[Ajuda] Erros
#4

pawn Код:
stock SetPlayerMoneyEx(playerid, cash)
{// 997
  ResetPlayerMoney(playerid);
  GivePlayerMoney(playerid, cash);
  return true;
}
stock strreplace(string[], find, replace) // 1002
{
    for(new i=0; string[i]; i++) // 1004
    {
        if(string[i] == find)
        {
            string[i] = replace;
        }
    }
    return true;
}
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)