12.01.2012, 10:40
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:
When i compile i got lot of general errors,what's wrong?
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"
};