04.07.2016, 01:29
Quote:
|
OH!
This is more simple. PHP код:
|
Would this work?
Код:
CMD:test(playerid, params[])
{
new rand = random(10);
while(rand == 5 && boxVariables[1][boxMoney] == 0) rand = random(10);
while(rand == 2 && boxVariables[1][boxVehicle] == 0) rand = random(10);
return 1;
}


