Quote:
Originally Posted by JuWo
i cant place SetPlayerInterior(playerid, 3); in
Код:
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}
};
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
Код:
SetPlayerPos(playerid, 2495.9788,-1709.5435,1014.7422,359.6140);
SetPlayerInterior(playerid, 3);
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
|
Server doesn't crash for no reason, does your code compile without error? Also you're kinda not making any sense, I think it's your English or you're missing something here.
EDIT: I thought your gamemode crashed, if pawno crashed, try to remove the line you added so you'd know which line caused the crash.