15.06.2015, 12:17
Quote:
After that You just need to add RemoveBuildingFromPlayer(playerid); in GameModeInit to remove the Objects.
I am working in this ststem. It works fine |
You probably did something silly like "new playerid". When OnGameModeInit is called there are no players connected hence you can't remove a building for a(ny) player at that point.