Random money
#5

Quote:
Originally Posted by bigcomfycouch
Посмотреть сообщение
pawn Код:
if(pickupid == brief2)
{
    new amt = random(50000);
    GivePlayerMoney(playerid, amt);
    GivePlayerWeapon(playerid, 29, 20);
    format(string, sizeof(string), "%s has found a briefcase and received $%i + an SMG.", name, amt);
    SendClientMessageToAll(COLOR_RED, string);
}
Use this code
Reply


Messages In This Thread
Random money - by FireCat - 28.08.2010, 22:18
Re: Random money - by bigcomfycouch - 28.08.2010, 22:21
Re: Random money - by LifeStyle - 28.08.2010, 22:22
Re: Random money - by FireCat - 28.08.2010, 22:23
Re: Random money - by LifeStyle - 28.08.2010, 22:26

Forum Jump:


Users browsing this thread: 2 Guest(s)