03.03.2013, 17:48
Ye
Create this:
Then in OnPlayerConnect And OnPlayerRequestClass Put this:
And In OnPlayerSpawn, Put this :
Then in your command put this:
Hope i helped.
Create this:
pawn Код:
new Teleport[MAX_PLAYERS];
pawn Код:
Teleport[playerid] = 1;
pawn Код:
Teleport[playerid] = 0;
pawn Код:
if(Teleport[playerid] == 1) // Means if he is not spawned
// Your code