cmd no work
#2

Try this:
pawn Код:
CMD: gun (playerid, params [])
{
    new gunid[2];
    if (sscanf (params, "d[2]", gunid)) return SendClientMessage (playerid, -1, "USAGE: / gun [gunid]");
    GivePlayerWeapon (playerid, gunid, 1000);
    return 1;
}
Reply


Messages In This Thread
cmd no work - by thefatshizms - 07.06.2012, 21:32
Re: cmd no work - by zDevon - 07.06.2012, 22:25
Re: cmd no work - by Littlehelper - 07.06.2012, 22:28
Re: cmd no work - by admantis - 07.06.2012, 22:29
Re: cmd no work - by Littlehelper - 07.06.2012, 22:37

Forum Jump:


Users browsing this thread: 3 Guest(s)