Jump to content

[FilterScript] Sistem Ruleta


CosminAK47
 Share

Recommended Posts

1. Downloadati pachetul: Click
2. Luati fisierele din folderul scriptfiles si bagati-l in folderul vostru.
3. Intrati in server.cfg si la linia "filterscripts" scrieti ruleta
5. Salveaza server.cfg-ul si deschide server-ul.
6. Gata!

Parola arhiva: 

Quote

This is the hidden content, please

Video cu sistem-ul: 

Quote

 

 

YouTube Click ::

Link to comment
Share on other sites

  • Replies 29
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 months later...
  • 1 month later...

misto

#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

  • 3 weeks later...
  • 3 weeks later...
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...