07.02.2017, 12:24
on your code Interior Is not change Why Should i do that i need when interior change to 15 Make World on this i tested
and thats not worked
PHP код:
CMD:WorldTp(playerid, params[])
{
SetPlayerInterior(playerid, 15);
SetPlayerVirtualWorld(playerid, 15);
SetPlayerPos(playerid, 1382.9604, 2185.7424, 10.3070);
return 1;
}