warning 202: number of arguments does not match definition
#1

I get this warnings on my script

Код:
if(GotWeapon(playerid, DropWeapons[Wep][dwPickup])) return SendClientMessageEx(playerid, COLOR_RED, "You already own the %s!", weaponname);
Код:
SendClientMessageEx(playerid, COLOR_WHITE, "%s", DropWeapons[Wep][dwDesc]);
Код:
SendClientMessageEx(playerid, COLOR_WHITE, "You pickup the %s that you dropped earlier.", weaponname);
I tested them on another script and everything is Good but on my script giving me those errors

Код:
warning 202: number of arguments does not match definition
Код:
warning 202: number of arguments does not match definition
Код:
warning 202: number of arguments does not match definition
Reply


Messages In This Thread
warning 202: number of arguments does not match definition - by PierreMarley - 08.11.2017, 20:15
Re: warning 202: number of arguments does not match definition - by Joron - 08.11.2017, 21:30
Re: warning 202: number of arguments does not match definition - by StrikerZ - 09.11.2017, 02:00

Forum Jump:


Users browsing this thread: 1 Guest(s)