Errors
#1

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[])
Reply
#2

include <zcmd>
Reply
#3

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
pawn Код:
return 1;
Reply
#4

looks like you've include something more than once.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)