credits_set_user_goal
Sets a users current credits goal..
Syntax
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. |
| credits | Amount to get goal to. |
Return
Returns — current goal
Defined in
credits.inc
at line 69
.
This documentation was automatically generated from source.