Jump to content
  • 0

Doresc ceva!


keri22

Question

9 answers to this question

Recommended Posts

				if(newkeys & KEY_LOOK_RIGHT)
	{
		new str[128];
        GetPlayerName(playerid, str, sizeof(str));
        format(str, sizeof(str), "{FF33FF}* %s A semnalizat la Dreapta!", str);
        SendClientMessageToAll(0xFFFF00AA, str);
	}


			if(newkeys & KEY_LOOK_LEFT)
	{
		new str[128];
        GetPlayerName(playerid, str, sizeof(str));
        format(str, sizeof(str), "{FF33FF}* %s A semnalizat la Stanga!", str);
        SendClientMessageToAll(0xFFFF00AA, str);
	}

	

APP ms pt idee :))

u78ch.jpg

CHECK MY CHANNEL!

http://www.youtube.com/user/amysoica

Link to comment
Share on other sites

ASA RECAPITULEZ

				if(newkeys & KEY_LOOK_RIGHT)
	{
		new str[128];
        GetPlayerName(playerid, str, sizeof(str));
        format(str, sizeof(str), "{FF33FF}* %s A semnalizat la Dreapta!", str);
        SendClientMessageToAll(0xFFFF00AA, str);
        GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
		SetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, ON, alarm, doors, bonnet, boot, objective);
	}


			if(newkeys & KEY_LOOK_LEFT)
	{
		new str[128];
        GetPlayerName(playerid, str, sizeof(str));
        format(str, sizeof(str), "{FF33FF}* %s A semnalizat la Stanga!", str);
        SendClientMessageToAll(0xFFFF00AA, str);
        GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
		SetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, ON, alarm, doors, bonnet, boot, objective);
	}
	}



		if(newkeys & KEY_RIGHT)
	{
                 if(IsPlayerInAnyVehicle(playerid))
		    {
    		GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
			SetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, OFF, alarm, doors, bonnet, boot, objective);
	}
	}

sper ca merge... :D

apesi pe Q scrie ca ai semnalizat la stanga,si cand apesi pe A opreste farurile

apesi pe e scrie ca ai semnalizat la dreapta,si cand apesi pe D opreste farurile

APP tot timpul ai fost un mic noob dar e fain cand zici: FRATE,TOVARASE ETC :)) :laugh:

u78ch.jpg

CHECK MY CHANNEL!

http://www.youtube.com/user/amysoica

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.