Warning 217: loosing intendation?
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/skatepark", cmdtext, true, 10) == 0)
    {
    SetPlayerPos(playerid,1893.8850,-1388.2507,13.5703);
    SendClientMessage(playerid, COLOR_BLACK , "Have fun in skatepark!");
        // Do something here
    }
    if (strcmp("/commands", cmdtext, true, 10) == 0)
    {
            SendClientMessage(playerid,COLOR_YELLOW, "/skatepark");
        return 1;
    }
    return 0;
}
This forum requires that you wait 120 seconds between posts. Please try again in 9 seconds.

/ban antispam
Reply


Messages In This Thread
Warning 217: loosing intendation? - by Hudgens - 31.10.2010, 13:27
Re: Warning 217: loosing intendation? - by WillyP - 31.10.2010, 13:30
Re: Warning 217: loosing intendation? - by Hudgens - 31.10.2010, 13:42

Forum Jump:


Users browsing this thread: 1 Guest(s)