06.06.2013, 17:40
Hello All,
I 'm just a begginer, I need your Help me to fix the error :
When i Added my static vehicles under Public OnGameModeInit I could see it on my server But the problem is that i added Rhinos and hydras
and when i pressed ENTER it said "Welcome to your taxi ....." and the price was only (50 000 $)
and when i bought it and calld it it brought a TAXI to me O.o
as the ids of them was from 1 to 22 (the new vehicles used ids of vehicles which already exist)
How to give them new ids with their names and their REAL prices ??
My codes was like this :
//===============================Gamemode Start=================================
public OnGameModeInit()
{
//---------------------------Gamemode Settings----------------------------------
print("\nLoading Gamemode(SATDM~RP)");
AddStaticVehicleEx ( 520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 15 );
And other codes
I 'm just a begginer, I need your Help me to fix the error :
When i Added my static vehicles under Public OnGameModeInit I could see it on my server But the problem is that i added Rhinos and hydras
and when i pressed ENTER it said "Welcome to your taxi ....." and the price was only (50 000 $)
and when i bought it and calld it it brought a TAXI to me O.o
as the ids of them was from 1 to 22 (the new vehicles used ids of vehicles which already exist)
How to give them new ids with their names and their REAL prices ??
My codes was like this :
//===============================Gamemode Start=================================
public OnGameModeInit()
{
//---------------------------Gamemode Settings----------------------------------
print("\nLoading Gamemode(SATDM~RP)");
AddStaticVehicleEx ( 520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 15 );
And other codes