02.02.2018, 11:33
Quote:
PHP код:
|
You can try something like this but it won't work i guess. What you want to do sound complicated but it might be possible.
You can also try to do something with https://sampwiki.blast.hk/wiki/GetPlayerDistanceFromPoint
PHP код:
//onplayerdeath
new Float:px, Float:py, Float:pz;
for (new i = 0; i < MAX_PLAYERS; i++)
{
GetPlayerPos(i, px, py, pz);
SetPlayerPos(playerid,px+50, py+50, pz);
}