09.03.2011, 01:09
Hey so i wanna make a vip for my sever and have some privelages but i need to know how can anyone help me
vip[MAX_PLAYERS];
Check tutorial to make vip or use variables like on top
pawn Код:
|
new vip[MAX_PLAYERS];
public OnPlayerText(playerid, text[])
{
if(vip[playerid])
{
blah blah blah blah
}
return 1;
}