07.07.2010, 23:38
Hello.... i need to know what the answer is to my problem here... (yet another one... D=)
Sorry to sound rude or pushy... but i am in a very very big rush right now.
anyways.... here's the error code..
when i go to where it says the problem is, (line 4071) this is what's there and all around it....
so if you could please help, i would be very grateful!
Sorry to sound rude or pushy... but i am in a very very big rush right now.
anyways.... here's the error code..
Код:
C:\Users\owner\Desktop\my samp server\gamemodes\Servertest.pwn(4371) : error 030: compound statement not closed at the end of file (started at line 4071) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
when i go to where it says the problem is, (line 4071) this is what's there and all around it....
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 2) { if(response) { new message[256+1]; //line 4071 is here........<<<<<<<<<<<<<<<<<<<<<<<<<< if(listitem == 0) { format(message, 256, "You selected Sunt 1, And got teleported to there!", listitem); SendClientMessage(playerid, 0xFFFFFFFF, message); SetPlayerVirtualWorld(playerid, 0); SetVehiclePos(GetPlayerVehicleID(playerid), 2077.7571,-2544.5229,13.5469); ResetPlayerWeapons(playerid); } else { SetPlayerPos(playerid, 2077.7571,-2544.5229,13.5469); ResetPlayerWeapons(playerid); } if(listitem == 1)
so if you could please help, i would be very grateful!