error 030: compound statement not closed at the end of file (started at line 240
#1

C:\Users\GM\Desktop\TDR SERVER\gamemodes\TDR.pwn(1849) : error 030: compound statement not closed at the end of file (started at line 240)

i am new to samp scripting and i tryed everything to fix this but i cant any help ideas to fix it
Reply
#2

Show us the code then so we can see what you did wrong.

/Artix
Reply
#3

Quote:
Originally Posted by w00tNew
C:\Users\GM\Desktop\TDR SERVER\gamemodes\TDR.pwn(1849) : error 030: compound statement not closed at the end of file (started at line 240)

i am new to samp scripting and i tryed everything to fix this but i cant any help ideas to fix it
That means you have forgot a closing bracket ( } ) somewhere
Reply
#4

its a list for teleports ill show u the end of the teleport

if(strcmp(cmdtext, "/teles", true)==0)
{ SendClientMessage(playerid,0x38FF06FF,"-------------------------------");
SendClientMessage(playerid,0xFFFFFFFF," Teleports 1");
SendClientMessage(playerid,0x38FF06FF,"-------------------------------");
SendClientMessage(playerid,0x00C2ECFF,"Drift: /drift1 /drift2 /drift3 /drift4 /drift5 /drift6 /drift7 /drift8 /drift9 to /drift19");
SendClientMessage(playerid,0x00C2ECFF,"Drift Mountains: /dk /driftking");
SendClientMessage(playerid,0x00C2ECFF,"Drift Circles: /dc1 /dc2 /dc3 /dc4 /dc5 /dc6 /dc7");
SendClientMessage(playerid,0x00C2ECFF,"Drag: /drag1 /drag2 /drag3 /drag4 /drag5 /drag6 /drag7 /drag8 /drag9");
SendClientMessage(playerid,0x00C2ECFF,"Street Races: /sr1 /sr2 /sr3 /srt4 /sr5 /sr6 /sr7 /sr8 /sr9 /sr10 ");
SendClientMessage(playerid,0x00C2ECFF,"Other: /cargal /park /home /home2 /lsair /sfair /lvair /sakina(MOD) ");
SendClientMessage(playerid,0x00C2ECFF,"City: /ls /sf /lv");
return 1;
}
return 0;
}

Reply
#5

thx
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)