Jump to content

Question

Posted

salut as dori sa fac si eu o comanda pt a fi immun cand sunt admin owner sa nu imi mai scada din viata dar asta cu o comanda gen /immuniti si id

nustiu cum sa o fac daca mar ajuta cineva as fi recunoscator multumesc.

4 answers to this question

Recommended Posts

Posted

/aod poti sa schimbi cu ce vrei tu

if(!strcmp(cmdtext, "/aod", true))
	{
		if(IsPlayerConnected(playerid))
		{
		    if(gPlayerLogged[playerid] == 0)
		    {
		        SendClientMessage(playerid, COLOR_GREY, "   You need to login first !");
				return 1;
		    }
		    if(PlayerInfo[playerid][pAdmin] >= 1337)
		    {
		        if(AdminDuty[playerid] == 0)
		        {
		            AdminDuty[playerid] = 1;
		            SetPlayerArmour(playerid, 99999);
					SetPlayerHealth(playerid, 99999);
					SetPlayerColor(playerid,TEAM_VAGOS_COLOR);
					GetPlayerName(playerid, sendername, sizeof(sendername));
					format(string, sizeof(string), "[ADMIN] [ID:%d]%s goes on duty as admin", playerid, sendername);
					ABroadCast(COLOR_YELLOW,string,1);
					if(PlayerInfo[playerid][pAdmin] >= 1337)
					{
					    for(new i = 0; i < sizeof(CarInfo); i++)
						{
							SetVehicleParamsForPlayer(i,playerid,0,0);
						}
					}
					return 1;
		        }
		        else if(AdminDuty[playerid] == 1)
		        {
		            AdminDuty[playerid] = 0;
		            SetPlayerArmour(playerid, 0);
					SetPlayerHealth(playerid, 100);
					SetPlayerColor(playerid,TEAM_HIT_COLOR);
					GetPlayerName(playerid, sendername, sizeof(sendername));
					format(string, sizeof(string), "[ADMIN] [ID:%d]%s goes off duty as admin", playerid, sendername);
					ABroadCast(COLOR_YELLOW,string,1);
					return 1;
		        }
		    }
		    else
		    {
		        SendClientMessage(playerid, COLOR_GREY, "   You're not the admin !");
		        return 1;
		    }
		}
	    return 1;
	}
astea le pui sus
#define TEAM_VAGOS_COLOR 0xFFC801C8
#define COLOR_YELLOW 0xDABB3EAA
#define COLOR_GREY 0xAFAFAFAA
#define TEAM_HIT_COLOR 0xFFFFFF00

Am editat..si merge doar la admin 1337+  stiu ca daca pui viata 99999 e infinit..

gXvsYS
Posted

am adaugat merge comanda dar tot ma poate omora cu 2-3 gloante de minigun sunt jos

Ia`l acum ca tre sa mearga..admin 1337 poti sa schimbi cu ce admin ai tu
gXvsYS
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.