05.05.2014, 02:06
їAlguien me podria explicar cual es el error en esto por favor?
ERROR
Код:
public OnPlayerUpdate(playerid) { new aArma = GetPlayerWeapon(playerid); if(aArma != gArma[playerid]) { OnPlayerWeaponChange(playerid, aArma); gArma[playerid] = aArma; } return 1; }
Код:
(5620) : warning 202: number of arguments does not match definition 1 Warning.