28.11.2012, 20:38
Change
TO
If the gun I'd is the one you retrieved
edit
Also if that don't work then your probbably converting the wrong gun I'd into a string so try this:
Keeping the format I ga e you.
pawn Код:
format(string,sizeof(string),"* %s picks up a %s",Name(playerid),DropInfo[i][dAmount]);
pawn Код:
format(string,sizeof(string),"* %s picks up a %s",Name(playerid),WeaponNames);
edit
Also if that don't work then your probbably converting the wrong gun I'd into a string so try this:
pawn Код:
GetWeaponName(DropInfo[i][dAmount], WeaponNames, sizeof(WeaponNames));