11.02.2014, 09:21
Remove these lines:
and use:
pawn Код:
GetWeaponNames(hand[p],wn,255);
GetWeaponNames(ohand[p],wno,255);
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]));