#if defined _csgo_included #endinput #endif #define _csgo_included native get_user_points(id) native set_user_points(id, amount) native get_user_pass(id) native is_user_loged(id) native get_user_xp(id) native set_user_xp(id, amount) native get_user_mkey(id) native set_user_mkey(id, amount) native get_user_mchest(id) native set_user_mchest(id, amount) native get_user_rkey(id) native set_user_rkey(id, amount) native get_user_rchest(id) native set_user_rchest(id, amount) native Float:get_user_euro(id) native Float:set_user_euro(id, Float:amount) native get_user_coins(id) native set_user_coins(id, amount) native Float:get_user_skill(id) native Float:set_user_skill(id, Float:amount) native get_user_warkill(id) native set_user_warkill(id, amount) native invite_status(id) native coinflip_playing(id)