30.05.2009, 22:35
at the top of your script:
Add to the top of all your commands you want the player not to do:
Add to your teleport command:
pawn Code:
new Teled[MAX_PLAYERS];
pawn Code:
if(Teled[playerid] == 1) return SendClientMessage(playerid,COLOR,"Text...");
pawn Code:
Teled[playerid] = 1;