[SOLVED] Vehicle Kick Problem
#1

Hello,

I'm trying to lock Car ID's to a team, only that team may and can use that vehicle(s).
But I got some problems with it, when I'm in the team, it stills kicks me out from it...

This is how that part of the script looks like:

Код:
		if(modelid == 520 || modelid == 548 || modelid == 470 || modelid == 433)
		{
 			if(gTeam[playerid] == 5)
      {

			}
			else
			{
				SendClientMessage(playerid, COLOR_WHITE,"You are not allowed to enter this vehicle.");
    			RemovePlayerFromVehicle(playerid);
			}
		}
Maybe you know a better way to do this?

Thanks
Reply


Messages In This Thread
[SOLVED] Vehicle Kick Problem - by FreddeN - 22.05.2010, 15:51
Re: [HELP] Vehicle Kick Problem - by FreddeN - 22.05.2010, 18:18
Re: [HELP] Vehicle Kick Problem - by Hiddos - 22.05.2010, 18:43
Re: [HELP] Vehicle Kick Problem - by russo666 - 22.05.2010, 18:48
Re: [HELP] Vehicle Kick Problem - by dice7 - 22.05.2010, 19:11
Re: [HELP] Vehicle Kick Problem - by FreddeN - 23.05.2010, 11:24
Re: [HELP] Vehicle Kick Problem - by woot - 23.05.2010, 11:57
Re: [HELP] Vehicle Kick Problem - by FreddeN - 23.05.2010, 12:52

Forum Jump:


Users browsing this thread: 1 Guest(s)