Why won't this work? (isnull)
#1

pawn Код:
//This will not display the client messages after the SSCANF.
    if(sscanf(params, "s[32]",usage)) return SendClientMessage(playerid, COLOUR_GREY, "Usage: /trunk [usage]");
    if(isnull(usage))
    {
        SendClientMessage(playerid, COLOUR_GREY, "Usages: Store, Get, View");
    }
Reply


Messages In This Thread
Why won't this work? (isnull) - by Dokins - 13.03.2012, 01:08
Re: Why won't this work? (isnull) - by Marricio - 13.03.2012, 01:14
Re: Why won't this work? (isnull) - by MP2 - 13.03.2012, 02:03
Re: Why won't this work? (isnull) - by Dokins - 13.03.2012, 02:07

Forum Jump:


Users browsing this thread: 2 Guest(s)