errors
#2

You forgot a ; at the end of a line.

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/drylake", cmdtext, true, 10) == 0)
    {
        SetPlayerInterior(playerid,0);
        SetPlayerPos(playerid, 15.5371,1503.0522,12.7560);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
errors - by viosteaua98 - 18.10.2011, 19:08
Re: errors - by Gustavob - 18.10.2011, 19:16
Re: errors - by Drebin - 18.10.2011, 19:19

Forum Jump:


Users browsing this thread: 1 Guest(s)