Jump to content

Recommended Posts

Posted

Salut, am aceasta comanda:

CMD:specoff(playerid, params[])
	{
	    if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_RED, "You need to login first.");
	    if(IsPlayerConnected(playerid))
	     {
	        if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 2)
	        {
	            if(Spectate[playerid] != -1)
	            {
	                TogglePlayerControllable(playerid, 1);
	                TogglePlayerSpectating(playerid, 0);
	                SetPlayerInterior(playerid,Unspec[playerid][sPint]);
	                PlayerInfo[playerid][pInt] = Unspec[playerid][sPint];
	                PlayerInfo[playerid][pLocal] = Unspec[playerid][sLocal];
	                Unspec[playerid][sLocal] = -1;
	                gTeam[playerid] = PlayerInfo[playerid][pTeam];
	                SetPlayerToTeamColor(playerid);
	                PlayerTextDrawHide(playerid, TextDrawSpec[playerid][1]);
	                PlayerTextDrawHide(playerid, TextDrawSpec[playerid][2]);
	                PlayerTextDrawHide(playerid, TextDrawSpec[playerid][3]);
	                PlayerTextDrawHide(playerid, TextDrawSpec[playerid][4]);
	                PlayerTextDrawHide(playerid, TextDrawSpec[playerid][5]);
	                Spectate[playerid] = -1;
	                return 1;
	            }
	        }
	        else return SendClientMessage(playerid, COLOR_ERROR, AHOnly);
	    }
	    return 1;
	}

 

Cum as putea sa fac, ca atunci cand un Admin level 1+ si Helper level 2+ sa numai foloseasca /specoff pentru a numai fi spectatori, ci sa apese doar tasta ALT?

Posted

Foloseste-te de acest callback: http://wiki.sa-mp.com/wiki/OnPlayerKeyStateChange si de codul din comanda. Inca un lucru, in comanda se foloseste functia IsPlayerConnected degeaba nu are nici un sens sa fie folosita pentru ca nu poti folosi vreo comanda daca nu esti conectat pe server .... deci o poti anula acea conditie.

Cea mai sigura sursa de facut bani de buzunar in mediul virtual. Inregistreaza-te si pune-te pe treaba !!!

http://www.viespar.ro/?reff=ab8e9d8086304d6136eac03c710238d7

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 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.