Jump to content

Question

Posted

cum fac sa se schimbe numele de la map adica sa se schimbe cum ar fi sa scrie : intrati acum peste 1-2 sec sa scrie alt ceva hai sa facem 50|50 etc puteti sa imi dati scriptul

  • www.LcsNet.org
  • 91.233.106.13:7777
  • www.Joc-Miniclip.info

7 answers to this question

Recommended Posts

Guest farse
Posted

"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...
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.