ZCMD problem: "symbol is never used"
#1

I've got this command:

pawn Код:
CMD:gw1(playerid, params[])
{
  GivePlayerWeapon(playerid, 26, 10000);
  SCM(playerid, COLOR_WHITE, "You've gotten yourself a Sawn Off shotgun with unlimited ammo.");
  return 1;
}
However for some reason, when compiling, I get this error message:

pawn Код:
C:\Users\nope\Desktop\Scripting\SAMP\gamemodes\test.pwn(262) : warning 203: symbol is never used: "gw1"
Reply


Messages In This Thread
ZCMD problem: "symbol is never used" - by Twizted - 11.09.2013, 10:47
Re: ZCMD problem: "symbol is never used" - by Dragonsaurus - 11.09.2013, 10:55
Re: ZCMD problem: "symbol is never used" - by Twizted - 11.09.2013, 10:57

Forum Jump:


Users browsing this thread: 4 Guest(s)