Error Help
#1

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
Reply
#2

I think you forgot a "{"
Reply
#3

Where at?
Reply
#4

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;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)