Make StaticVehiclesFromFile into a team vehicle
#1

Hello,

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");
then under onplayerstatechange

Код:
	if(newstate == PLAYER_STATE_DRIVER)
	{	
new bam = GetPlayerVehicleID(playerid);	
if(bam == taxi)
{
blablabla
 		{
eventually i want to make them into a team or lock them all
Reply


Messages In This Thread
Make StaticVehiclesFromFile into a team vehicle - by boelie - 27.04.2010, 08:14
Re: Make StaticVehiclesFromFile into a team vehicle - by boelie - 28.04.2010, 07:16
Re: Make StaticVehiclesFromFile into a team vehicle - by dice7 - 28.04.2010, 10:01
Re: Make StaticVehiclesFromFile into a team vehicle - by boelie - 28.04.2010, 10:08

Forum Jump:


Users browsing this thread: 1 Guest(s)