11.01.2016, 18:13
Some objects don't appear in the map editor.
Try addinging this in your gamemode:
NOTE: This will remove all the objects with id 4084.
Try addinging this in your gamemode:
pawn Код:
public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 4084, 0.0, 0.0, 0.0, 0);
return 1;
}