25.02.2013, 01:04
Quote:
WeaponDialog.pwn(10) : warning 201: redefinition of constant/macro (symbol "WEAPON_CHAINSAW")
|
EDIT:
Then just change the line
pawn Код:
GivePlayerWeapon(playerid, WEAPON_CHAINSAW , 1);
pawn Код:
GivePlayerWeapon(playerid, 6 , 1);