I'm having a problem on this.
#2

Change
pawn Код:
format(string,sizeof(string),"* %s picks up a %s",Name(playerid),DropInfo[i][dAmount]);
TO
pawn Код:
format(string,sizeof(string),"* %s picks up a %s",Name(playerid),WeaponNames);
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:
pawn Код:
GetWeaponName(DropInfo[i][dAmount], WeaponNames, sizeof(WeaponNames));
Keeping the format I ga e you.
Reply


Messages In This Thread
I'm having a problem on this. - by Mikkel_RE - 28.11.2012, 20:33
Re: I'm having a problem on this. - by park4bmx - 28.11.2012, 20:38
Re: I'm having a problem on this. - by Mikkel_RE - 28.11.2012, 20:40
Re: I'm having a problem on this. - by park4bmx - 28.11.2012, 20:44
Re: I'm having a problem on this. - by Mikkel_RE - 28.11.2012, 20:48

Forum Jump:


Users browsing this thread: 1 Guest(s)