Help here pls
#1






+Rep if you helped me
Reply
#2

Can you show line 1488?
Reply
#3

Код:
ChangeVehicleColor(playerid, CarColors[rand][0], CarColors[rand][1]);
Reply
#4

Why dont you just use?
Код:
new rand = random(200);
And still, I would use:
Код:
ChangeVehicleColor(playerid, rand[0], rand[1]);
Reply
#5

Код:
ChangeVehicleColor(playerid, rand[0], rand[1]);
That's bullshit .. his initialiser it's not an array .. That will give him an compile error.. Look at that buddy .

Код:
ChangeVehicleColor(playerid, random(200-1)+1, random(200-1)+1);
Reply
#6

Quote:
Originally Posted by Mariciuc223
Посмотреть сообщение
Код:
ChangeVehicleColor(playerid, rand[0], rand[1]);
That's bullshit .. his initialiser it's not an array .. That will give him an compile error.. Look at that buddy .

Код:
ChangeVehicleColor(playerid, random(200-1)+1, random(200-1)+1);
yeah, true. I didn't test it. Anyway, thanks for editing me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)