A huge problem
#1

So,i have a problem at some cars...When i enter into a public vehicle (If is a job,or is a faction) and i don't have the keys for that car,in my chatbox will appear "You don't have the keys for this vehicle",for 100 times...
For an example:
Код:
		if(IsAHarvest(newcar))
		{
			if(PlayerInfo[playerid][pJob] == 18)
			{
			    if(FarmerVar[playerid] == 0)
			    {
			    	SendClientMessage(playerid, COLOR_RED, "___________Farmer guide___________");
			    	SendClientMessage(playerid, COLOR_WHITE, "** Farmer ** /startharvest, /stopharvest or /exit");
			    	SendClientMessage(playerid, COLOR_RED, "__________________________________");
			    	TogglePlayerControllable(playerid, 0);
				}
				else { }
			}
			else
			{
			    SendClientMessage(playerid, COLOR_GREY, "   You don't have keys of this vehicle !");
			    RemovePlayerFromVehicle(playerid);
			}
		}
When i enter in a harvest car,it will appear "** Farmer ** /startharvest, /stopharvest or /exit" for a lot of times...

Yeah,i know that i'm not verry good at english,but i hope that you get the point.
Can someone help me?Please
Reply


Messages In This Thread
A huge problem - by Yookku - 28.10.2013, 15:38
AW: A huge problem - by BigETI - 28.10.2013, 15:42
Re: A huge problem - by Yookku - 28.10.2013, 16:03
Re: A huge problem - by Yookku - 29.10.2013, 13:21
Re: A huge problem - by Keyhead - 29.10.2013, 13:28
AW: Re: A huge problem - by BigETI - 29.10.2013, 13:33
Re: A huge problem - by Scrillex - 29.10.2013, 13:37
Re: A huge problem - by Yookku - 29.10.2013, 14:05
Re: A huge problem - by Pottus - 29.10.2013, 14:07
Re: A huge problem - by Yookku - 29.10.2013, 14:10

Forum Jump:


Users browsing this thread: 1 Guest(s)