Uee? quanto que eu roubei?
#2

tenta

pawn Код:
public Robbank2(playerid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if (!PlayerToPoint(30, playerid, 821.39141845, 9.4306592941, 1004.1950683))
    {
    SendClientMessage(playerid, COLOR_GREY, "A tentativa de roubo nгo foi bem sucedida.");
    robbed2 = 0;
    return 1;
    }
if (PlayerToPoint(30, playerid, 821.39141845, 9.4306592941, 1004.1950683))
{
new string[58];
format(string, 58, "Vocк roubou %d do cofre, agora fuja logo daqui!", robmoney[playerid]);
SendClientMessage(playerid, COLOR_PURPLE, string); //aqui teria a MODIFICAЗГO!
KillTimer(Kils);
GivePlayerGP(playerid, robmoney[playerid]);
robbed2 = 0;
return 1;
}
}
}///////
Reply


Messages In This Thread
Uee? quanto que eu roubei? - by pawNO - 16.03.2010, 14:59
Re: Uee? quanto que eu roubei? - by SlashPT - 16.03.2010, 15:33
Re: Uee? quanto que eu roubei? - by pawNO - 16.03.2010, 15:47
Re: Uee? quanto que eu roubei? - by SlashPT - 16.03.2010, 15:49
Re: Uee? quanto que eu roubei? - by andmeida10 - 16.03.2010, 16:10

Forum Jump:


Users browsing this thread: 1 Guest(s)