Skip to content

FOREACH #699

Open
Open
@Datcyx

Description

@Datcyx

#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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions