SA-MP Forums Archive
I can't figure out this - 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: I can't figure out this (/showthread.php?tid=626000)



I can't figure out this - RayanIbrahim - 09.01.2017

Error
Код:
E:\SA Files\Scripts\RFTDM\Gamemodes\RFTDM.pwn(38293) : error 021: symbol already defined: "RemoveBuildingForPlayer"
The line of 38293
Код:
RemoveBuildingForPlayer(playerid, 1280, 94.9844, -1592.3047, 10.7969, 0.25);



Re: I can't figure out this - MarkNelson - 09.01.2017

Hello, You used it OnPlayerConnect LInes?


Re: I can't figure out this - Farzam - 09.01.2017

You probably used it outside of a set of brackets, use them under a callback or move it to the right place it should be.

EDIT: It should be under "public OnPlayerConnect(playerid)".


Re: I can't figure out this - iLearner - 09.01.2017

Did you add any new includes?