This is a test forum with a static import from forum.open.mp it will not be automatically synchronised so any posts you make here will be lost when we migrate fully.
@nittro
nittro
?Que quiere decir este warning?
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