FS newb problem... -.-''
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/eatdammcornflakes", cmdtext, true, 10) == 0)
    {
        new x = 1;

        return 1;
    }
    return 0;
}
or

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


Messages In This Thread
FS newb problem... -.-'' - by nejc001 - 15.02.2011, 15:26
Re: FS newb problem... -.-'' - by spedico - 15.02.2011, 15:36
Re: FS newb problem... -.-'' - by nejc001 - 15.02.2011, 15:45
Re: FS newb problem... -.-'' - by spedico - 15.02.2011, 15:54
Re: FS newb problem... -.-'' - by nejc001 - 15.02.2011, 16:04
Re: FS newb problem... -.-'' - by nejc001 - 15.02.2011, 16:29

Forum Jump:


Users browsing this thread: 1 Guest(s)