Errors - 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: Errors (
/showthread.php?tid=433450)
Errors -
NathNathii - 27.04.2013
I did create another /rb command but I get some errors at 1 Line that I can't find.
Line 23.
pawn Код:
CMD:rb(playerid, params[])
Re: Errors -
Isolated - 27.04.2013
include <zcmd>
Re: Errors -
NathNathii - 27.04.2013
Now I get these.
Код:
C:\Users\Documents\Gamemode.pwn(35) : error 021: symbol already defined: "GetPlayerPos"
C:\Users\Documents\Gamemode.pwn(34) : error 021: symbol already defined: "GetPlayerPos"
C:\Users\Documents\Gamemode.pwn(37) : error 021: symbol already defined: "GameTextForPlayer"
C:\Users\Documents\Gamemode.pwn(38) : error 010: invalid function or declaration
Line 35
pawn Код:
GetPlayerPos(playerid, plocx, plocy, plocz);
Line 34
pawn Код:
GetPlayerPos(playerid, plocx, plocy, plocz);
Line 37
pawn Код:
GameTextForPlayer(playerid,"~w~Roadblock ~b~Placed!",3000,1);
Line 38
Re: Errors -
Isolated - 27.04.2013
looks like you've include something more than once.