YSI-Includes icon indicating copy to clipboard operation
YSI-Includes copied to clipboard

FOREACH

Open Datcyx opened this issue 9 months ago • 1 comments

#include <YSI-Includes\YSI_Coding\y_hooks> #include <YSI-Includes\YSI_Data\y_iterate> TIMER__ RewardSystem60000 // Timer set to 60,000 milliseconds (1 minute) {

foreach(new i : Player)
{
    
    
    
}
return 1;

}

ERROR Core/account.pwn(26) : error 017: undefined symbol "foreach" Core/account.pwn(26) : error 029: invalid expression, assumed zero Core/account.pwn(26) : error 017: undefined symbol "i" Core/account.pwn(26) : fatal error 107: too many error messages on one line

Datcyx avatar Mar 12 '25 05:03 Datcyx