/givewep command problem
#4

pawn Код:
if(sscanf(params,"uid",Weapid,amt)) return SCM(playerid,0xff0000FF,"Usage /givewep [playerid] [weaponid] [ammo]");
You need to add Target before Weapid and amt.
Like such.
pawn Код:
if(sscanf(params,"uid",Target,Weapid,amt)) return SCM(playerid,0xff0000FF,"Usage /givewep [playerid] [weaponid] [ammo]");
Reply


Messages In This Thread
/givewep command problem - by Face9000 - 05.04.2013, 21:27
Re: /givewep command problem - by MattyG - 05.04.2013, 21:37
Re: /givewep command problem - by Face9000 - 05.04.2013, 21:39
Re: /givewep command problem - by BigGroter - 05.04.2013, 21:45
Re: /givewep command problem - by MattyG - 05.04.2013, 21:48
Re: /givewep command problem - by Face9000 - 05.04.2013, 22:00

Forum Jump:


Users browsing this thread: 2 Guest(s)