06.09.2010, 14:35
Код:
if(listitem==0) { CreateVehicle(402, Random[rand][0], Random[rand][1], Random[rand][2], 0.0000, 0, 0, -1); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Masina o poti gasi in parcare, pentru comenzile ei /carhelp."); }
nr1 = CreateVehicle(402, Random[rand][0], Random[rand][1], Random[rand][2], 0.0000, 0, 0, -1);
And after it was used to make the nr2 and so on ..
Thanks.