[FilterScript] [FeK]-Login Box (First Draft by FeK)
#6

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


Messages In This Thread
[FeK]-Login Box (First Draft by FeK) - by Falcon. - 23.11.2010, 23:23
Re: [FeK]-Login Box (First Draft by FeK) - by faeldk - 23.11.2010, 23:42
Re: [FeK]-Login Box (First Draft by FeK) - by CJ101 - 23.11.2010, 23:44
Respuesta: [FeK]-Login Box (First Draft by FeK) - by MrDeath537 - 23.11.2010, 23:48
Re: [FeK]-Login Box (First Draft by FeK) - by Falcon. - 24.11.2010, 00:31
Re: [FeK]-Login Box (First Draft by FeK) - by Slice - 24.11.2010, 06:09

Forum Jump:


Users browsing this thread: 1 Guest(s)