11.09.2013, 10:47
I've got this command:
However for some reason, when compiling, I get this error message:
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;
}
pawn Код:
C:\Users\nope\Desktop\Scripting\SAMP\gamemodes\test.pwn(262) : warning 203: symbol is never used: "gw1"