?Que quiere decir este warning?
nittro
@nittro
scroll to top
powered by storyden
warning 235: public function lacks forward declaration (symbol "GuardarCuentas")
C?digo.
public GuardarCuentas() { for(new i=0;i<MAX_PLAYERS;i) { if(IsPlayerConnected(i)) { GuardarCuenta(i); } } return 1; }
Please sign up or log in to reply