Search:

Search: Search took 1.00 seconds.

  1. Replies
    5
    Views
    27,325

    the code says self endon("spawned_player"); ...

    the code says self endon("spawned_player");
    self endon("spawned");
    so put it in the spawnplayer function and it should work "after the notify spawned/spawned_player is called
    "
  2. PBR Sneak Preview, ioquake3 + PlayCanvas renderer

    https://www.youtube.com/watch?v=LcDTannSTCc

    Kicked rend2 out of ioquake3 since it looks ugly and it only supported undynamic 90s .shader-files and non-standard 3d formats. Was alot of work, but...
  3. Replies
    3
    Views
    23,314

    Try "attacker iprintlnbold("test");" however this...

    Try "attacker iprintlnbold("test");" however this will only display the message for the person who killed the player.

    EDIT: also if you want self to work try changing


    to
  4. Thread: Script rotu

    by thOuMta
    Replies
    8
    Views
    27,106

    Just look in maps\mp\gametypes\_quickmessages.gsc...

    Just look in maps\mp\gametypes\_quickmessages.gsc

    You have this:



    case "1":
    soundalias = "US_mp_cmd_followme";
    saytext = &"QUICKMESSAGE_FOLLOW_ME";
    //saytext = "Follow Me!";
  5. Replies
    3
    Views
    29,979

    My things: sudo apt-get install apache2 ...

    My things:



    sudo apt-get install apache2


    On putty type this command:
  6. Replies
    5
    Views
    5,647

    CodeCallback_CLSpam(type, ip) {...

    CodeCallback_CLSpam(type, ip)
    {
    CONST_TimesForBan = 40;

    sm = strtok(type, ":");
    svc = sm[0];
    type = sm[1];

    switch (svc)
    {
  7. Replies
    5
    Views
    5,647

    I would either just use player getIP() with a...

    I would either just use player getIP() with a MySQL table or a "screen" running a ban script as root, which does nothing more than checking MySQL of not-yet-banned-ips (for security reasons)
  8. Replies
    5
    Views
    5,647

    Install nanny bot this easy banned member or...

    Install nanny bot this easy banned member or admins
Results 1 to 8 of 10