07.03.2010, 19:01
Quote:
Originally Posted by Hot
I wanna retrive all vehicles ID's, then, make a random of them and put player in the random vehicle.
|
pawn Код:
for(new v = 1; v <= MAX_VEHICLES; v++) // use your own value for MAX_VEHICLES.
{
// your code.
}
https://sampwiki.blast.hk/wiki/PutPlayerInVehicle