19.06.2017, 19:40
Ничего такого.
PHP Code:
_aSetPlayerPos(playerid, Float:x, Float:y, Float:z )
{
GetPlayerPos(playerid, lastpos[0], lastpos[1], lastpos[2]);
PlayerInfo[playerid][ TimeTP ] = gettime();
PlayerInfo[playerid][pX] = x;
PlayerInfo[playerid][pY] = y;
PlayerInfo[playerid][pZ] = z;
SetPlayerPos( playerid, Float:x, Float:y, Float:z ) ;
return true;
}

