SA-MP Forums Archive
0.3d remove player - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 0.3d remove player (/showthread.php?tid=301583)



0.3d remove player - [LHT]Bally - 04.12.2011

what is the define to use removebuildingforplayerid it says symbol not defined when i put in ongamemodeinit


Re: 0.3d remove player - [MG]Dimi - 04.12.2011

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


Re: 0.3d remove player - [LHT]Bally - 04.12.2011

i fixed it now thankyou