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=331949)
RemoveBuildingForPlayer -
Jing_Chan - 06.04.2012
Okay, I got a map from here, I added it to the script and It caused errors, look
pawn Код:
C:\Users\James\Desktop\MC-RP\gamemodes\tmp_fm_MC-RP1,47.pwn(21368) : error 017: undefined symbol "RemoveBuildingForPlayer"
Could someone explain what i need to define at the top of the script please?
Thanks
-James
Re: RemoveBuildingForPlayer -
ViniBorn - 06.04.2012
RemoveBuildingForPlayer is for 0.3d version
http://sa-mp.com/download.php
Re: RemoveBuildingForPlayer -
Jing_Chan - 06.04.2012
Its a 0.3D script..
Re: RemoveBuildingForPlayer -
TzAkS. - 06.04.2012
Put the code to
OnPlayerConnect
Re: RemoveBuildingForPlayer -
ViniBorn - 06.04.2012
You should still be compiling with the old.
Open the folder 0.3d
Open the folder 'pawno'
Click in 'pawncc'
Click in 'pawno'
Open your GameMode and press f5
Re: RemoveBuildingForPlayer -
Mark™ - 06.04.2012
Quote:
Originally Posted by Jing_Chan
Its a 0.3D script..
|
Extract the 0.3d includes from the 0.3d server package and replace the old ones with the new ones from the package and compile again.