23 warnings need to help pls - 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: 23 warnings need to help pls (
/showthread.php?tid=620125)
23 warnings need to help pls -
vikoo - 26.10.2016
Hello, i have added some things but i got that warnings after compile can anyone help me to fix that
i know that's will not do anything in server but anyone like his pwn with just [pawno compiler complete]
Re: 23 warnings need to help pls -
ThatFag - 26.10.2016
That error means that lines arent in same way. For example
Код:
The first line;
The new line;
this what it means
it can be fixed just by moving them like
Код:
The First Line;
The New Line;
or just put this but it hiddes the errors.