Certain FS are not working
#6

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/blah", cmdtext, true, 10) == 0)
    {
        //blah
        return 1;
    }
    if (strcmp("/blah2", cmdtext, true, 10) == 0)
    {
        //blah
        return 1;
    }
    return 0;//return 0 here...
}
Reply


Messages In This Thread
Certain FS are not working - by sherlock - 14.10.2011, 19:09
Re: Certain FS are not working - by [MWR]Blood - 14.10.2011, 19:21
Re: Certain FS are not working - by sherlock - 14.10.2011, 19:45
Re: Certain FS are not working - by sleepysnowflake - 14.10.2011, 19:48
Re: Certain FS are not working - by sherlock - 14.10.2011, 20:06
Re: Certain FS are not working - by Stigg - 14.10.2011, 20:08
Re: Certain FS are not working - by sherlock - 14.10.2011, 20:20
Re: Certain FS are not working - by Kerlan - 14.10.2011, 23:32
Re: Certain FS are not working - by sherlock - 15.10.2011, 11:41

Forum Jump:


Users browsing this thread: 2 Guest(s)