Search:

Page 3 of 3 1 2 3

Search: Search took 1.00 seconds; generated 72 minute(s) ago.

  1. Replies
    17
    Views
    29,050

    Could u just post the "repaired" script? So if...

    Could u just post the "repaired" script? So if someone else wanna use it, he can use the working version.
  2. Replies
    17
    Views
    29,050

    You want when someone is spectating? Or if youre...

    You want when someone is spectating? Or if youre playing and look at the player?
    Cause that script wouldnt work (in my opinion) cause it would check after respawn 1 time if u look at a player, if...
  3. Replies
    6
    Views
    10,966

    Why don't let him use CentOS? :) Its a nice OS in...

    Why don't let him use CentOS? :) Its a nice OS in my eyes, Debian is also awesome.
    But NEVER use CentOS 6, i had much problems with it, specialy running gameservers.
    Use CentOS 5.8
  4. Replies
    1
    Views
    5,663

    It looks like you miss the thread/function....

    It looks like you miss the thread/function. Normal function is:
    function()
    {
    Stuff();
    }

    And please continue in your old thread instead opening a new thread for every short error.
  5. Thread: Script Error

    by Earliboy
    Replies
    2
    Views
    6,538

    Well it looks like the function (thread)...

    Well it looks like the function (thread) givePistol() is not in the _weapon.gsc
    May you use an wrong _weapons.gsc or its not linked right.

    Try to search for "pistol" in the _weapons.gsc
  6. Replies
    8
    Views
    9,449

    Well if you credit, u can use mine. I never used...

    Well if you credit, u can use mine. I never used it, but when i tested it, it worked.

    Its longer but it kills camper that camps in a small area.
    May you need to fix the campdistance.

    If u want...
  7. Replies
    3
    Views
    7,120

    Undefined = need set Defined = just cvar

    Undefined = need set
    Defined = just cvar
  8. Replies
    5
    Views
    11,793

    Be carefull with that, long time ago my compiler...

    Be carefull with that, long time ago my compiler crashed too and just cleared my map -.- 2 weeks (4 hours every day!!) was gone ...
    You should try to check the console when you compile, may it says...
  9. Replies
    86
    Views
    1,037,762

    Yep, same ^^

    Yep, same ^^
  10. Replies
    7
    Views
    9,160

    Ah ye, i remember to that :D That was the prob i...

    Ah ye, i remember to that :D That was the prob i had

    TimeLeft()
    {
    servername = getCvar("sv_hostname");
    level.oldHostname = servername;

    while(1)
    {
    timeleft =...
  11. Replies
    7
    Views
    9,160

    TimeLeft() { servername =...

    TimeLeft()
    {
    servername = getCvar("sv_hostname");

    while(1)
    {
    timeleft = level.timelimit - int((gettime() - level.starttime) / 60000 + 0.5);
    setcvar("sv_hostname", servername + "...
Results 51 to 61 of 61
Page 3 of 3 1 2 3