credits_get_user_goal
Returns a users current credits goal.
Syntax
native credits_get_user_goal(id) /** * Sets a users current credits goal.. * * @param id Player index. * @param credits Amount to get goal to. * @return Returns current goal */ native credits_set_user_goal(id, credits) /** * Opens the unlocks menu for the player specified.. * * @param id Player index. */ native credits_show_unlocksmenu(id) /** * Opens the guns menu for the player specified.. * * @param id Player index. */ native credits_show_gunsmenu(id) /* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE *{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
Usage
| id | Player index. |
Return
Returns — current goal
Defined in
credits.inc
at line 60
.
This documentation was automatically generated from source.