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
#2

At the top:
pawn Код:
#include <zcmd>
Reply
#3

I wanted to delete the thread before that, because I thought I had put that ontop. Thanks anyway.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)