Posts: 740
Threads: 63
Joined: Oct 2009
Reputation:
0
well you can store to their carid an array like CarFaction[carid] = factionid;
Posts: 1,363
Threads: 14
Joined: Apr 2009
Reputation:
0
well there's been plenty of people asking the same question, I bet if you searched before posting there'd be no need for this thread
Posts: 71
Threads: 33
Joined: Jun 2010
Reputation:
0
Tour15 But i need to place the location to i think it is like
AddStaticVehicle(411,1536.7637,-2211.8813,13.2227,4.4921,0,0);
How can i get that Vehicle to Binded to a faction?:P
And cessil i have tried to search :P
Posts: 1,741
Threads: 44
Joined: Apr 2010
Reputation:
0
OnPlayerEnterVehicle
if(GetVehicleModel(vehicleid) == FACTION MODEL && PLAYERFACTION == Faction)
{
// put player in vehicle.
}else return SendClientMessage(playerid, COLOR, "Vehicle only available for FACTION");