[HELP] Factions Cars - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] Factions Cars (
/showthread.php?tid=510269)
[HELP] Factions Cars -
monster010 - 30.04.2014
I did that when a player of the other factions get in the car can not drive. It worked but now only goes. I really do not understand why..
pawn Код:
if(IsAcqCar(newcar))
{
if(PlayerInfo[playerid][pLeader] == 13 || PlayerInfo[playerid][pMember] == 13) { }
else {
SendClientMessage(playerid,COLOR_GREY,"* You are not a {7B7D84}Conquerors {808080}member !");
RemovePlayerFromVehicle(playerid);
}
}