Jump to content
  • 0

Cum schimb numele


jupanu

Question

7 answers to this question

Recommended Posts

Guest farse

"El copie de la rss si rss de la celalte 100 servere care au scriptul -.-' "

Simplu,1 timer si un random..

//la OnGameModeInit
SetTimer("SchimbaNumele",3000,1);
//unde vrei tu,pe la sfarsit ar fi bine..
forward SchimbaNumele();
public SchimbaNumele()
{
new rand=random(5);
switch(rand)
{
case 0:SendRconCommand("mapname Hai sa facem -1|50");
case 1:SendRconCommand("mapname Care vra admin gtris?");
case 2:SendRconCommand("mapname Cine intra are 400 scor!");
case 3:SendRconCommand("mapname Acceptam numai cocalar!");
case 4:SendRconCommand("mapname Cine are un frate?");
}
return 1;
}


Prin scriptu asta am vrut sa satirizez moravurile comunitatii(din romania)  'noi' de sa-mp...
Link to comment
Share on other sites

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.