SA-MP Forums Archive
Error Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Error Help (/showthread.php?tid=261609)



Error Help - Bob_Raw - 14.06.2011

I keep getting this error can anyone help me error 030: compound statement not closed at the end of file (started at line 355)

Here is the Download link of the .pwn file
http://pastbin.com/NvWzcvvj


Re: Error Help - eDz0r - 14.06.2011

I think you forgot a "{"


Re: Error Help - Bob_Raw - 14.06.2011

Where at?


AW: Error Help - Julian12345 - 14.06.2011

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 13398)
{
if(response)
    {
        if(listitem == 0)
        {
        MoveObject(baselspd,1512.2634277344,-2474.6857910156,7.9746150970459,3.0);
        }
        if(listitem == 1)
        {
        MoveObject(baselspd,1512.2634277344, -2474.6857910156, 15.224615097046,3.0);}
    }
}
return 1;
}