little help please :D
#4

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/mycommand", cmdtext, true, 10) == 0)
    {
        //Replace with your command.
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
little help please :D - by krashis - 19.11.2009, 19:00
Re: little help please :D - by (.Aztec); - 19.11.2009, 19:04
Re: little help please :D - by krashis - 19.11.2009, 19:06
Re: little help please :D - by (.Aztec); - 19.11.2009, 19:09
Re: little help please :D - by krashis - 19.11.2009, 19:17

Forum Jump:


Users browsing this thread: 1 Guest(s)