19.04.2013, 00:56
Also add this to the code above the SetPlayerPos(i,x+c,y+c,z); line:
This will help prevent any problems with players in different interiors (like the Police Station).
A +1 Rep means alot
pawn Код:
new interior;
GetPlayerInterior(playerid,interior);
SetPlayerInterior(i,interior);
A +1 Rep means alot
