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

Remove these lines:
pawn Код:
GetWeaponNames(hand[p],wn,255);
GetWeaponNames(ohand[p],wno,255);
and use:
pawn Код:
format(string,sizeof(string),"* Valaki elteszi a(z) %s-t.", GetWeaponNames(ohand[p]));
...
format(string,sizeof(string),"* Valaki előveszi a(z) %s-t.", GetWeaponNames(hand[p]));
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)