Quote:
Originally Posted by Jason`
pawn Код:
stock Carregar(playerid) { new Nome[24], string[200]; GetPlayerName(playerid, Nome, 24); format(string, sizeof(string), "Contas/%s.ini", Nome); DOF2_GetInt(string,"Admin"); DOF2_GetInt(string,"Logado"); DOF2_GetInt(string,"Registrado"); DOF2_GetInt(string,"Banido"); DOF2_GetInt(string,"Owneds"); return 1; }
...
Poderia tirar as callbacks nгo utilizadas.
|
Como assim ? Callbacks nгo utilizadas ? Explique me mais sobre este mundo .