30.03.2010, 23:44
I want to set it up under OnPlayerRequestSpawn so if their name isn't on a list they can't spawn. 2 things are holding me back.
Heres what i though maybe?
- 1. Don't know where to start.
- 2. Don't know the INI file system.
Heres what i though maybe?
pawn Код:
switch(pClass)
{
case 0: GameTextForPlayer(playerid, "Hey!", 5000, 5);
}