errors
#1

I want make teleport
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;
}
1 Error
pawn Код:
D:\Jocuri\Gta san andreas\Teleport.pwn(94) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
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: 2 Guest(s)