Ursachi Posted April 6, 2011 Posted April 6, 2011 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 idnustiu cum sa o fac daca mar ajuta cineva as fi recunoscator multumesc.
TzAkS Posted April 6, 2011 Posted April 6, 2011 /aod poti sa schimbi cu ce vrei tuif(!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 0xFFFFFF00Am editat..si merge doar la admin 1337+ stiu ca daca pui viata 99999 e infinit..
Ursachi Posted April 6, 2011 Author Posted April 6, 2011 am adaugat merge comanda dar tot ma poate omora cu 2-3 gloante de minigun sunt jos
TzAkS Posted April 7, 2011 Posted April 7, 2011 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
IstuntmanI Posted April 8, 2011 Posted April 8, 2011 http://www.sa-mp.ro/forum/index.php/topic,5356.0.html+E script request ...
Question
Ursachi
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