<a_samp>
<sscanf2>
<zcmd>
<gLibrary>
Player (Level 0):
Command: Parameters: Explaination:
/admins none Lists all online administrator
/changepassword [oldpassword] [newpassword] Allows the player to change his password
/stats none Rettreive's playerstats
/whois playerid Rettreive's information about a player
/whowas playername Rettreive's information about a player
/report [player] [reason] Reports another player (this will be shown to online admins and in Rcon console)
Moderator (Level 1):
Command: Parameters: Explaination:
/countdown none Starts a countdown
/acmds none Shows all admin commands
/a [text] Adminchat
/whois [player] Rettreive information about given player
/announce [text] Announce a message
/spectate [player] Spectate player
/stop none Stops spectating player
/disarm [player] Resets player weapons of player
/mute [player] [reason (optional)] Mutes player
/unmute [player] Unmutes player
/freeze [player] [reason (optional)] Freezes player
/unfreeze [player] Unfreezes player
/jail [player] [reason (optional)] Jails player
/unjail [player] Unjails player
/kick [player] [reason (optional)] Kicks player
Administrator (Level 2):
Command: Parameters: Explaination:
/veh [vehiclename] Spawns a vehicle for the admin
/get [player] Teleports given player to the admin
/goto [player] Teleports admin to the given player
/giveweapon [player][weaponid][ammo] Gives weapon to given player
/setmoney [player][ammount] Changes money of player
/setscore [player][ammount] Changes score of player
/explode [player] Explodes player
/ban [player] [reason (optional)] Bans the player
/banip [ip] Bans the player
/annoy [player] Releases a cow on the player! (Known from Hiddos's annoying cow script)
/catchcow Removes released cow
Owner (Level 3):
Command: Parameters: Explaination:
/setlevel [player][level] Adjust the rights of the player (Level 0/3)
/unbanip [ip] Unbans the player*/
#if defined _iggy_included
#endinput
#endif
#define _iggy_included
#if defined _iggy_included
#endinput
#endif
#define _iggy_included
.silent link said:You need to add main() {}, and you don't compile includes, which is why they are called includes -.- They are included to the source code by the compiler (some people upload includes to their server hostings together with the gamemode AMX file, this is wrong ! Unless you want your includes stolen. After compiling the gamemode the includes are compiled together with it.)