27.04.2013, 12:32
I did create another /rb command but I get some errors at 1 Line that I can't find.
Line 23.
Line 23.
pawn Код:
CMD:rb(playerid, params[])
CMD:rb(playerid, params[])
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
GetPlayerPos(playerid, plocx, plocy, plocz);
GetPlayerPos(playerid, plocx, plocy, plocz);
GameTextForPlayer(playerid,"~w~Roadblock ~b~Placed!",3000,1);
return 1;