11.09.2014, 16:05
(
Последний раз редактировалось cs_waller; 11.09.2014 в 17:29.
)
FIXED
public SaveAll()
new SavePlayerStats
{
for(new i=0; i<MAX_PLAYERS; i++) if(IsPlayerConnected(i) && !IsPlayerNPC(i)) SavePlayerStats(i);
return 1;
}
error 003: declaration of a local variable must appear in a compound block
error 010: invalid function or declaration
error 010: invalid function or declaration