Posts: 590
Threads: 143
Joined: Aug 2011
Reputation:
0
what is the define to use removebuildingforplayerid it says symbol not defined when i put in ongamemodeinit
Posts: 1,239
Threads: 16
Joined: Mar 2011
Reputation:
0
RemoveBuildingForPlayer. For PLAYER. Which player under OnGameModeInit? If it's for player must be while player is connected. Nobody is connected when you start server, isn't he? Place it under OnPlayerConnect and it will be fine. Also it's RemoveBuildingForPlayer not Playerid