03.08.2009, 21:15
use checkpoints
This may help you!
https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint
Код:
OnPlayerConnect SetPlayerCheckpoint(playerid,Float:x,Float:y,Float:z,Float:size)
Код:
OnPlayerEnterCheckpoint SetPlayerPos(x,y,z); SetPlayerInterior(playerid,interior);
https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint