Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Doresc ceva!


Question

Posted

Salut!

Am observat pe munte servere daca apesi Q sau E spune ca X semnalizeaza catre "dreapta sau Stanga"

Am incercat sa imi fac singur comanda dar nu a mers :(.

Cine ma poate ajuta

Respir si traiesc !

9 answers to this question

Recommended Posts

Posted

				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

Posted

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

Posted

Citeste regulile, nu se cer scripturi, asta e indirect cum ai spus "am incercat sa fac o comanda dar nu a mers..."

http://forum.sa-mp.com/showthread.php?t=136277&highlight=real+vehicle+lights

Data viitoare cauta.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.