29.08.2011, 17:33
Certo, acabou de resolver o erro.
para nao fazer spam de tуpicos vou postar aqui os meus outros erros:
Erros:
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
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