[Tutorial] Saving system + commands - YSI includes, Whirlpool, foreach, sscanf2 0.3c
#4

Awesome Tutorial SmiT
Really Nice Job!

Edit: I tested it, but I got some errors. How to fix them
pawn Код:
error 017: undefined symbol "repeat"
error 017: undefined symbol "UpdatePermissions"
//Line 55
    repeat UpdatePermissions();
pawn Код:
error 010: invalid function or declaration
//Line 153
timer UpdatePermissions[1000]()
//Line 155
    foreach( Player, i )
//Line 157
        if ( IsPlayerAdmin ( i ) )
pawn Код:
error 021: symbol already defined: "Command_SetPlayerNamed"
//Line 159
            Command_SetPlayerNamed("setadmin", i, true );
//Line 163
            Command_SetPlayerNamed("setlevel", i, false );
pawn Код:
error 010: invalid function or declaration
//Line 161
        else
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)