Factions Car Problem
#1

Hello i have factions car problem.I Can drive police cars only if you i am Cop.I dont this to be so.I want all can to drive a all cars. Please help me

Код:
{
            new string[256];
		  	format(string, sizeof(string), "This vehicle is for %s", Groups[Vehicles[PlayerVehicle][CarGroup]][GroupName], Vehicles[PlayerVehicle][CarGroupRank]);
	    	SendClientMessage(playerid, WHITE, string);
	    	RemovePlayerFromVehicle(playerid);
		}
Reply
#2

Then remove/comment out the RemovePlayerFromVehicle line.
Reply
#3

To remove only this
Код:
RemovePlayerFromVehicle(playerid);
?
Reply
#4

Quote:
Originally Posted by Yordan_Kronos
Посмотреть сообщение
To remove only this
Код:
RemovePlayerFromVehicle(playerid);
?
RemovePlayerFromVehicle will remove the player from the vehicle (duh). If you don't want the player to be removed, remove this line from there. Simple as that.
Reply
#5

Thanks bro, Works
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)