• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problema con un warning.
#1
?Que quiere decir este warning?



PHP Code:
warning 235: public function lacks forward declaration (symbol "GuardarCuentas"



C?digo.
PHP Code:
public GuardarCuentas()

{

for(new 
i=0;i<MAX_PLAYERS;i)

{

if(
IsPlayerConnected(i))

{

GuardarCuenta(i);

}

}

return 
1;


  Reply
#2
forward GuardarCuentas();

public GuardarCuentas()

...
Using Pawn.CMD?

If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
  Reply
#3
Smile 
(2020-11-05, 04:47 PM)Pinch Wrote: forward GuardarCuentas();

public GuardarCuentas()

...



Gracias m?s sencillo no podia ser :)
  Reply


Forum Jump: