12.12.2013, 06:53
Guys Can You Tell Me How To Make /makeadmin Command?
Here Is My Enum:
If you need any more code tell me
Here Is My Enum:
PHP код:
enum pInfo
{
pPass,
pCash,
pAdmin,
pKills,
pDeaths
}
new PlayerInfo[MAX_PLAYERS][pInfo];