Random gift on vehicle
#1

So,i'm scripting a random gifts when player enter in a vehicle.

Ex: 1 time money,then weapons,health etc.

There is a problem here:

pawn Код:
new RandomGIFT[][] =
{
    "new string[32];
     GivePlayerMoney(playerid, 2500);
     format(string, sizeof(string), "
BONUS GIFT! YOU GOT 2500$");
     SendClientMessage(playerid, COLOR_YELLOW, string);
    "
,
    "Random GIFT 2",
    "Random GIFT 3"
};
When i compile i got lot of general errors,what's wrong?
Reply


Messages In This Thread
Random gift on vehicle - by Face9000 - 12.01.2012, 10:40
Re: Random gift on vehicle - by ScriptJorkis - 12.01.2012, 10:42
Re: Random gift on vehicle - by Face9000 - 12.01.2012, 10:43
Re: Random gift on vehicle - by Lorenc_ - 12.01.2012, 10:52
Re: Random gift on vehicle - by Face9000 - 12.01.2012, 10:55
Re: Random gift on vehicle - by [HiC]TheKiller - 12.01.2012, 10:57
Re: Random gift on vehicle - by Face9000 - 12.01.2012, 10:59
Re: Random gift on vehicle - by [HiC]TheKiller - 12.01.2012, 11:02
Re: Random gift on vehicle - by Mrki_Drakula - 12.01.2012, 11:03
Re: Random gift on vehicle - by Face9000 - 12.01.2012, 11:05

Forum Jump:


Users browsing this thread: 7 Guest(s)