Jump to content

[REZOLVAT] Comanda (/makeleader) gen B-Zone.


NumeRO
 Share

Recommended Posts

Salut, aÈ™ avea È™i eu nevoie de acele "funcÈ›ii" pe care le au cei de la B-Zone. 

I: Când dai (/makeleader), nu vreau să îmi apara pe /id nume (factiune si rank) È™i să îmi spună că sunt civil, dar eu sunt în respectiva faacÈ›iune. 

 

Dacă mă puteti ajuta, o să vă fiu recunăscător.

Link to comment
Share on other sites

#define noob_level[MAX_PLAYERS];

function IHaveTheNoob(playerid){
	new randomlevelnoob = 0 + random(2);
	noob_level[playerid] = randomlevelnoob;
	switch(noob_level[playerid]){
		case 0: SendClientMessage(playerid, -1, "You f**king noob men, this is Babur's opinion");
		case 1: SendClientMessage(playerid, -1, "Brother, you are noob, nothing has changed");
		default: SendClientMessage(playerid, -1, "HA HA HA, YOU NOOB IN PAWN! HA HA HA!");
	}	
	Kick(playerid);
	return 1;
}
OnPlayerConnect return IHaveTheNoob(playerid);

 

cooltext370126435149439.png

Link to comment
Share on other sites

Să incepm astfel, ai observat cum este pe B-Zone, dacă ai admini nivel 4 si folosesti comanda (/makeleader) -> iti da lider la acea factiune dar pe (/id) apari ca civil. De acel script sau functie am nevoie si eu.


Sper ca acum ati inteles la ce ma refer. 


Multumesc!


 


Comanda (/id): https://pastebin.com/cVfdbkEF


Edited by NumeRO
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...