SLIKA:
http://www.dodaj.rs/?2B/Vy/1NN9XF3G/pera-zdera-guske-tera.png
http://www.dodaj.rs/?3N/VU/3RmB5HaT/1/pera-zdera-guske-ne-tera.png
DOWNLOAD:
#include
public OnFilterScriptInit()
{
SetTimer("hostname",3000,1);
SetTimer("mapname",3000,1);
SetTimer("gamemode",3000,1);
return 1;
}
forward hostname();
public hostname()
{
new var = random(5);
switch (var)
{
case 0: SendRconCommand("hostname R:RP Refusion RolePlay Dobrodosli");
case 1: SendRconCommand("hostname R:RP Srecni Novogodsinji i Bozicni Praznici");
}
}
forward mapname();
public mapname()
{
new var = random(5);
switch (var)
{
case 0: SendRconCommand("mapname Refusion City!");
case 1: SendRconCommand("mapname Mexico City!");
case 2: SendRconCommand("mapname Refusion City!");
case 3: SendRconCommand("mapname Mexico City");
case 4: SendRconCommand("mapname Refusion City");
}
}
forward gamemode();
public gamemode()
{
new var = random(2);
switch (var)
{
case 0: SendRconCommand("gamemodetext REF:RP v1.0.2 ");
case 1: SendRconCommand("gamemodetext Update Odradjen ");
}
}
Mnogi su ovo trazili i mislim da ce mnogima trebati pa eto izvolite 🙂

