SA-MP Forums Archive
Help! I have error while compiling - 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)
+--- Thread: Help! I have error while compiling (/showthread.php?tid=521984)



Help! I have error while compiling - 0B3Y - 25.06.2014

Ok, after i press F5 it starts Compiling and after few seconds it stops and it said its successfully compiled but in the box there text like "bla bla bla bla 2000-2006 copyrights" thingy and when i check the gamemode folder, there is .amx but the size is 0kb Please help me guys!


Re: Help! I have error while compiling - ReD_DeVi - 25.06.2014

try to delete amx file and recompile it


Re: Help! I have error while compiling - 0B3Y - 25.06.2014

I've tried to delete the amx and re-copile it again but its still not fixed


Re: Help! I have error while compiling - 0B3Y - 25.06.2014

The "PAWN Compiler Output" Box is just blank


Re : Help! I have error while compiling - Clad - 25.06.2014

Download new pawno folder.


Re: Help! I have error while compiling - 0B3Y - 25.06.2014

It's still has the error i think the problem is the gamemode, because when i tried to compile another GM its working... But this GM, it's not working


Re: Help! I have error while compiling - Ahmad45123 - 25.06.2014

Check for missing brackets.


Re: Help! I have error while compiling - Beckett - 25.06.2014

Quote:
Originally Posted by 0B3Y
Посмотреть сообщение
It's still has the error i think the problem is the gamemode, because when i tried to compile another GM its working... But this GM, it's not working
Try to use a bracket finder, or just check your code.

Click
Click


Re: Help! I have error while compiling - 0B3Y - 26.06.2014

It said it has error between line 24734 and 26340
this is the line 24734
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
line 26340
Код:
stock ClearChat(playerid)
{
Thanks guys