SA-MP Forums Archive
complier can not save me - 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: complier can not save me (/showthread.php?tid=506551)



complier can not save me - Shinobu - 13.04.2014



Help me I have the latest version include foreach but not through, I need to fix it.


Re: complier can not save me - Bingo - 13.04.2014

Hold on,

Why do you have spaces in your includes?

pawn Код:
#include <f or each>
You using pawno or ?


Re: complier can not save me - Shinobu - 13.04.2014

Quote:
Originally Posted by [vTc]Patroool
Посмотреть сообщение
Hold on,

Why do you have spaces in your includes?

pawn Код:
#include <f or each>
You using pawno or ?
Yes, I used pawno but I find a solution to it all day, then do not do enough to help me fix it for you.


Re: complier can not save me - newbie scripter - 13.04.2014

dont add spaces in foreach.
use
pawn Код:
#include <foreach>



Re: complier can not save me - Shinobu - 13.04.2014

Quote:
Originally Posted by newbie scripter
Посмотреть сообщение
dont add spaces in foreach.
use
pawn Код:
#include <foreach>
I do not understand it, no space is then I do as told but still not successful.


Re: complier can not save me - Shinobu - 13.04.2014

When someone wants to help me fix it.


Re: complier can not save me - Kyance - 13.04.2014

I think it's because of his font.
Try changing the foreach "way" or w.e
for an example;
foreach(Player, i)
or w.e

Eh.. maybe the problem is with the code(s) above?


Re: complier can not save me - Flake. - 13.04.2014

Have you tried re-downloading the foreach plugin and then complying it?


Re: complier can not save me - Shinobu - 13.04.2014

Quote:
Originally Posted by (*|Flake|*)
Посмотреть сообщение
Have you tried re-downloading the foreach plugin and then complying it?
I followed it did not work. Help me fix it again


Re: complier can not save me - Shinobu - 13.04.2014

Quote:
Originally Posted by Kyance
Посмотреть сообщение
I think it's because of his font.
Try changing the foreach "way" or w.e
for an example;
foreach(Player, i)
or w.e

Eh.. maybe the problem is with the code(s) above?
I do not understand where you try to tell me a detailed sequence.
Change foreach (new i: Player) is foreach (Player, i) or not.