06.11.2017, 13:13
I'm using it like this now
But, everytime i spawn, i spawn at the 0.0 0.0 0.0 co-ordinates near that farm?
PHP код:
new Float:x,Float:y,Float:z;
if(newinteriorid == 3)
{
GetPlayerPos(playerid,x,y,z);
}
if(newinteriorid == 0)
{
SetPlayerPos(playerid,x,y,z);
}

