17.12.2010, 22:57
You put something like this:
pawn Код:
//Your teleport cmd or whatever you use:
Streamer_UpdateEx(playerid,X,Y,Z); //Change x,y,z to the coords you use when you teleport the player
SetPlayerPos(playerid,X,Y,Z);
//etc...