Vehicle spawn zone
#3

could someone generate coordinates? cuz i dont know the isplayerinarea configuration. thx


Код:
	dcmd_car(playerid,params[])
	{
	#pragma unused params
        IsPlayerInArea(playerid, coordinates);
	    if ( GetPlayerState( playerid ) == PLAYER_STATE_DRIVER )
	    {
			#if !defined IGNORE_VEHICLE_ACTIVATION
	    		ShowPlayerDefaultDialog( playerid );
	    		return 1;
			#endif
			
  }
else
{
return SendClientMessage(playerid,COLOR_RED,"Sorry, but you are not in the vehicle spawning zone.");
		}

		if ( GetPlayerState( playerid ) != PLAYER_STATE_PASSENGER ) ShowPlayerDefaultDialog( playerid ); // and i get warning here : warning 225: unreachable code
	    return 1;
	}

coordinates


-543.5457,2546.2039,53.5156,356.4182,0,0,0,0,0,0); // 3 --------><---------- -541.3602,2639.6777,53.5156,302.6496,0,0,0,0,0,0); // 4


-506.5322,2546.4592,53.5156,175.3958,0,0,0,0,0,0); // 2 -----------> <----------- -504.1658,2640.1458,53.5156,155.0916,0,0,0,0,0,0); // 1
Reply


Messages In This Thread
Vehicle spawn zone - by jaksimaksi - 12.08.2010, 13:01
Re: Vehicle spawn zone - by 0ne - 12.08.2010, 13:19
Re: Vehicle spawn zone - by jaksimaksi - 12.08.2010, 15:12
Re: Vehicle spawn zone - by Vince - 12.08.2010, 16:05
Re: Vehicle spawn zone - by jaksimaksi - 12.08.2010, 16:10
Re: Vehicle spawn zone - by jaksimaksi - 12.08.2010, 16:55
Re: Vehicle spawn zone - by jaksimaksi - 12.08.2010, 17:21

Forum Jump:


Users browsing this thread: 2 Guest(s)