27.04.2010, 08:14
Hello,
I wonder if theres any way to set the vehicles you load from a file into a value.
I tried this;
then under onplayerstatechange
eventually i want to make them into a team or lock them all
I wonder if theres any way to set the vehicles you load from a file into a value.
I tried this;
Код:
new taxi;
Код:
taxi = total_vehicles_from_files += LoadStaticVehiclesFromFile("vehicles/lv_taxi.txt");
Код:
if(newstate == PLAYER_STATE_DRIVER) { new bam = GetPlayerVehicleID(playerid); if(bam == taxi) { blablabla {