SA-MP Forums Archive
How To /makeadmin? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How To /makeadmin? (/showthread.php?tid=480668)



How To /makeadmin? - ProjectNewYork - 12.12.2013

Guys Can You Tell Me How To Make /makeadmin Command?

Here Is My Enum:

PHP код:
enum pInfo
{
    
pPass,
    
pCash,
    
pAdmin,
    
pKills,
    
pDeaths
}
new 
PlayerInfo[MAX_PLAYERS][pInfo]; 
If you need any more code tell me