i have a problem on cars
#1

hy , i have a problem with factions cars , for exemple

im leader of mecrewry family and in my hq i have 1-2 cars , When I get in it says . You are not member of paterno family .... and not only on this faction , of ng says "Your ar not buss driver " when i want enter the plane Vidra ... please help
Reply
#2

Bad job ID's
Reply
#3

how did know jobs ID?
Reply
#4

Wrong car ID's.
Reply
#5

so , how resolve ? this BUG? , i pick id cars of wiki samp
Reply
#6

ID AND MODEL IS DIFFERENT

ID = ID of Vehicle
MODEL = Model of Vehicle (560 = Sultan, etc)

you tooked from is a model.

Код:
public GangCar(carid)
{
if(carid == 3)
{
return 1;
}
return 0;
}
etc
Reply
#7

i have this

Код:
	if(newcar >= 230 && newcar <= 237)
		{
		    if(PlayerInfo[playerid][pMember] == 14||PlayerInfo[playerid][pLeader] == 14) { }
		    else
			{
		        SendClientMessage(playerid,COLOR_WHITE,"   You are not member of Mecrewry Family");
		        RemovePlayerFromVehicle(playerid);
		    }
ITS OK ?
Reply
#8

That depends. The thing is is that a vehicle ID changes everytime you add new vehicles to you gamemode.
Reply
#9

Quote:
Originally Posted by playbox12
Посмотреть сообщение
That depends. The thing is is that a vehicle ID changes everytime you add new vehicles to you gamemode.
As long as you add the vehicles after any existing vehicles in the script i don't think it will mess up the vehicleids just add more id's. Vehicleids are just the order they are placed in the script like classids. (i think anyway)
Reply
#10

no , old cars its delete , i placen new cars in then places
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)