YSI problem
#1

Hey, i downloaded latest version of ysi and after i put all the files in folder include compiler it will crash everytime, and if i comment #include <foreach> it will not crash, how can i fix that? i need foreach
Reply
#2

Use. y_iterate.

Код:
foreach(Player, i)
{

}
will become

Код:
 
foreach(new i : Player)
{

}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)