Anti Car Parking
#1

Hello, Im trying to make an anti car parking and i searched everywhere but didn't find anything.

So now what dit i try ? THIS is onplayertakedamage:

Код:
			if(playerState == PLAYER_STATE_DRIVER)
	   		{
	   		    GetAnimationName(GetPlayerAnimationIndex(playerid),l_animlib,32,l_animname,32);
				if(weaponid == 49 ||  strcmp(l_animlib, "KO", true) == 0 && strcmp(l_animname, "SPIN_R", true) == 0)
   				{
  					GameTextForPlayer(issuerid,"~w~Car Parking is ~r~forbiden !", 3000, 3);
				}
			}
Reply


Messages In This Thread
Anti Car Parking - by BruLaX - 31.07.2015, 19:32
Re: Anti Car Parking - by BruLaX - 31.07.2015, 21:02
Re: Anti Car Parking - by Abagail - 31.07.2015, 21:09

Forum Jump:


Users browsing this thread: 1 Guest(s)