10.12.2009, 20:57
BTW, after doing all that, what will I have to write to check if player is a vip.
For example, how would i give a vip Armour on player spawn.
Plz fill out the ...
For example, how would i give a vip Armour on player spawn.
pawn Код:
public OnPlayerSpawn(playerid)
{
...
return 1;
}