Can someone tell me?
#1

Heey, Im trying to make Cars that Binded to a Faction , Can Someone tell me what to do?
Reply
#2

well you can store to their carid an array like CarFaction[carid] = factionid;
Reply
#3

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
Reply
#4

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
Reply
#5

OnPlayerEnterVehicle

if(GetVehicleModel(vehicleid) == FACTION MODEL && PLAYERFACTION == Faction)
{
// put player in vehicle.
}else return SendClientMessage(playerid, COLOR, "Vehicle only available for FACTION");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)