SA-MP Forums Archive
RemoveBuildingForPlayer (+REP FAST) - 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 (+REP FAST) (/showthread.php?tid=327388)



RemoveBuildingForPlayer (+REP FAST) - Aira - 20.03.2012

Hello, i'm using the Include "RemoveBuilding", and when i compile(The GM) it gives me an Error,

Код:
C:\Users\School\Desktop\samp03dsvr_win32 (1)\pawno\include\RemoveBuilding.inc(49) : error 017: undefined symbol "RemoveBuildingForPlayer"
C:\Users\School\Desktop\samp03dsvr_win32 (1)\pawno\include\RemoveBuilding.inc(72) : error 017: undefined symbol "RemoveBuildingForPlayer"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Please Help ME =/


Re: RemoveBuildingForPlayer (+REP FAST) - Laronic - 20.03.2012

Re-download the server files & update the includes (to 0.3d)
If that dont work, go to the folder you placed the include. Go one step back and open the pawno.exe there


Re: RemoveBuildingForPlayer (+REP FAST) - GtasaPoliceModz - 20.03.2012

Код:
 Make sure your pawno compiler = 0.3d || [DOWNLOAD URL] = http://sa-mp.com/download.php



Re: RemoveBuildingForPlayer (+REP FAST) - Aira - 27.04.2012

Well, i forgot this.. This was like, months ago or idk, anyways +REp for both of you, and i figured this out myself a couple of weeks / months ago


Re: RemoveBuildingForPlayer (+REP FAST) - James Coral - 27.04.2012

I found this from a_players.inc:
pawn Код:
RemoveBuildingForPlayer(playerid, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius);



Re: RemoveBuildingForPlayer (+REP FAST) - Neff - 28.04.2012

Use the Current "Server-Package"

This Will Fix Your Issues,
Pretty Much, It's Simple It Can't Find the Symbol RemoveBuildingForPlayer Thus, Its Undefined.
So You'll need an Include fo' That. < Its in the Server Package [New Includes] <


Re: RemoveBuildingForPlayer (+REP FAST) - Aira - 28.04.2012

Seriosuly both of you, did you not see
Quote:

Well, i forgot this.. This was like, months ago or idk, anyways +REp for both of you, and i figured this out myself a couple of weeks / months ago


Thanks anyway


Re: RemoveBuildingForPlayer (+REP FAST) - ViniBorn - 28.04.2012

Download 0.3d version.

Open the folder 'pawno'.

Click 'pawncc'.

Open 'pawno' in the same folder.

Open your GM.

Compile.


Re: RemoveBuildingForPlayer (+REP FAST) - God'Z War - 28.04.2012

first you should use 3d version

then take your gamemode

add this one in bigning of the script

Код:
native RemoveBuildingForPlayer(playerid, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius);
then add your ''RemoveBuilding'' command in ONPLAYERCONNECT



Then compile it .it will be ready....


Re: RemoveBuildingForPlayer (+REP FAST) - milanosie - 28.04.2012

place it under OnPlayerConnect aswell and NOT ongamemodeinit