[Ajuda] Erros
#3

Certo, acabou de resolver o erro.
para nao fazer spam de tуpicos vou postar aqui os meus outros erros:

pawn Код:
stock SetPlayerMoney(playerid, cash) // 996
{// 997
  ResetPlayerMoney(playerid);// 998
  return GivePlayerMoney(playerid, cash); // 999
} // 1000
 // 1001
stock strreplace(string[], find, replace) // 1002
{ // 1003
    for(new i=0; string[i]; i++) // 1004
    { // 1005
        if(string[i] == find) // 1006
        { // 1007
            string[i] = replace; // 1008
        } // 1009
    } // 1010
} // 1011
Erros:

pawn Код:
(996) : error 025: function heading differs from prototype
(997) : error 021: symbol already defined: "SetPlayerMoney"
(1002) : error 025: function heading differs from prototype
(1003) : error 021: symbol already defined: "strreplace"
(1011) : warning 209: function "strreplace" should return a value
Reply


Messages In This Thread
[Ajuda] Erros - by noobre - 29.08.2011, 16:55
Re: [Ajuda] Erros - by Shadoww5 - 29.08.2011, 17:23
Re: [Ajuda] Erros - by noobre - 29.08.2011, 17:33
Re: [Ajuda] Erros - by JonathanFeitosa - 29.08.2011, 17:40
Re: [Ajuda] Erros - by noobre - 29.08.2011, 17:45
Re: [Ajuda] Erros - by JonathanFeitosa - 29.08.2011, 18:14

Forum Jump:


Users browsing this thread: 1 Guest(s)