13.09.2018, 10:12
i cant place SetPlayerInterior(playerid, 3); in
i want to know how to set the interior for those cordinates, if i place SETPLAYERINTERIOR under the coordinate line pawno just crashes i dont want to use
because this crashes my pawno it doesnt work someone tell me how to set the interior correctly only for {2495.9788,-1709.5435,1014.7422,359.6140}, cuz other codes like that setplayerpos dont work for this line
Код:
new const Float:g_SpawnGroves[][4] = { {2495.9788,-1709.5435,1014.7422,359.6140}, {2495.9788,-1709.5435,1014.7422,359.6140}, {2495.9788,-1709.5435,1014.7422,359.6140} };
Код:
SetPlayerPos(playerid, 2495.9788,-1709.5435,1014.7422,359.6140); SetPlayerInterior(playerid, 3);