teleport not working
#10

pawn Код:
new TeleportTimer[MAX_PLAYERS];
OnPlayerConnect
pawn Код:
TeleportTimer[playerid] = SetTimerEx("MyTeleportToInterior", 1000, true, "d", playerid);
OnPlayerDisconnect
pawn Код:
KillTimer(TeleportTimer[playerid]);
Reply


Messages In This Thread
teleport not working - by doo2002 - 30.09.2010, 02:56
Re: teleport not working - by Cameltoe - 30.09.2010, 02:58
Re: teleport not working - by samgreen - 30.09.2010, 03:02
Re: teleport not working - by willsuckformoney - 30.09.2010, 03:07
Re: teleport not working - by doo2002 - 30.09.2010, 03:46
Re: teleport not working - by Cameltoe - 30.09.2010, 03:57
Re: teleport not working - by willsuckformoney - 30.09.2010, 04:00
Re: teleport not working - by doo2002 - 30.09.2010, 04:20
Re: teleport not working - by doo2002 - 30.09.2010, 17:52
Re: teleport not working - by MadeMan - 30.09.2010, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)