SA-MP Forums Archive
RemoveBuildingForPlayer - 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: RemoveBuildingForPlayer (/showthread.php?tid=433515)



RemoveBuildingForPlayer - NathNathii - 27.04.2013

I'm trying to add a new map that has 'RemoveBuildingForPlayer' but it gives me errors.

Код:
C:\Users\Documents\GT Testing\gamemodes\GranTrucking.pwn(90) : error 017: undefined symbol "RemoveBuildingForPlayer"
C:\Users\Documents\GT Testing\gamemodes\GranTrucking.pwn(91) : error 017: undefined symbol "RemoveBuildingForPlayer"
C:\Users\Documents\GT Testing\gamemodes\GranTrucking.pwn(92) : error 017: undefined symbol "RemoveBuildingForPlayer"
C:\Users\Documents\GT Testing\gamemodes\GranTrucking.pwn(93) : error 017: undefined symbol "RemoveBuildingForPlayer"
C:\Users\Documents\GT Testing\gamemodes\GranTrucking.pwn(94) : error 017: undefined symbol "RemoveBuildingForPlayer"
C:\Users\Documents\GT Testing\gamemodes\GranTrucking.pwn(95) : error 017: undefined symbol "RemoveBuildingForPlayer"



Re: RemoveBuildingForPlayer - NicholasA - 27.04.2013

Put them under onplayerconnect, not ongamemodeinit or onfilterscriptinit


Re: RemoveBuildingForPlayer - NathNathii - 27.04.2013

Still the same errors O_o


Re: RemoveBuildingForPlayer - Tamer - 27.04.2013

Do you have the sa-mp includes included? The 0.3d one?


Re: RemoveBuildingForPlayer - NathNathii - 27.04.2013

No, I have the 0.3x includes only.


Re: RemoveBuildingForPlayer - Faisal_khan - 27.04.2013

Update your server package.


Re: RemoveBuildingForPlayer - NathNathii - 27.04.2013

What do you mean by "update your server package"?


Re: RemoveBuildingForPlayer - Tamer - 27.04.2013

Okay that is the right one to have.

Hmm,okay,center the RemoveBuilding code on your pawno. I mean like this:





Re: RemoveBuildingForPlayer - Jimmy0wns - 27.04.2013

Do you have the streamer plugin & include? then update it.


Re: RemoveBuildingForPlayer - NathNathii - 27.04.2013

I updated my streamer to the newest already.

@Tamer T
I tried but still same shit.