Search:

Page 1 of 3 1 2 3

Search: Search took 1.00 seconds.

  1. Replies
    14
    Views
    62,379

    dpkg --add-architecture i386 apt-get update

    dpkg --add-architecture i386
    apt-get update
  2. Replies
    7
    Views
    5,527

    You need to install php5 as first. Then download...

    You need to install php5 as first. Then download ioncube and put the extension into the right folder (php modules).
    You find ioncube modules in the swiftpanel folder. Also you can just open the...
  3. Replies
    9
    Views
    8,236

    Killtube user that steals scripts

    Hi guys,
    i wanna notice you about Loveboy.
    He made an mod and tells everyone that he made it completly by himself.
    He just came some days ago and asked me about an error in MY script. It was an...
  4. Replies
    2
    Views
    2,898

    Change RandomIntRange to randomInt(999) I had...

    Change RandomIntRange to randomInt(999)

    I had it to Range because on my script i use numbers from 10-50. Just change it and it will work!
  5. Replies
    10
    Views
    7,587

    self endon("disconnect"); while( self...

    self endon("disconnect");

    while( self useButtonPressed() ) //If he is pressing the use button allready, so he don't activates it random
    wait .1;

    self iprintlnBold("Press F to call Heli");...
  6. Replies
    71
    Views
    81,265

    I called them and that guy told me he gonna ask...

    I called them and that guy told me he gonna ask arround whats going on, he will send me an mail if he knows about.

    I asked on theyre facebook page (fast respond :o ):


    Theyre answer:
  7. Replies
    71
    Views
    81,265

    CoD2 Masterserver

    Hello guys,
    since the cod2 masterserver is down (since friday?) we need to think about an different way.
    I just checked the activision support site and CoD2 isn't under the supported games anymore....
  8. Replies
    9
    Views
    8,328

    The masterservers are currently down. Lets see...

    The masterservers are currently down.
    Lets see if they come back (they will).
    If not > Cod2 dies :D
  9. Replies
    6
    Views
    23,866

    U just had to apply to the beta, then u got about...

    U just had to apply to the beta, then u got about 15 keys
  10. Thread: RCON/FTP Help

    by Earliboy
    Replies
    19
    Views
    18,843

    In what way did he crashed your Server? (Any...

    In what way did he crashed your Server?
    (Any Errors/logfiles?)
    May we could help you to fix that issue.
  11. Replies
    33
    Views
    31,804

    Your script is a little mess :S i just sorted it...

    Your script is a little mess :S i just sorted it a littlebit



    shoph(response)
    {
    if(!isdefined(self.pers["team"]) || self.pers["team"] == "spectator" || isdefined(self.spamdelay))
    return;...
  12. Replies
    2
    Views
    93,434

    Multiple unknown soldier renamer

    Hello,
    this is an multiple unknown soldier renamer.
    It auto renames unknown soldier names, guests names and everything else you want.

    Add a files named _unkRn.gsc in the maps\mp\gametypes...
  13. Replies
    5
    Views
    9,457

    Removing weapons out of a Map via script

    Hello,
    often you have that problem:
    You download nice maps, run zombie gametype or rifle and then there are weapons inside the map.
    To remove them out add a file named _rWeapons.gsc into the...
  14. Replies
    3
    Views
    3,354

    model name = weapon_NAME item name = NAME_mp...

    model name = weapon_NAME
    item name = NAME_mp
    classname = weapon_NAME_mp
  15. Replies
    3
    Views
    3,354

    I'm not sure if its weapon_NAME (May someone else...

    I'm not sure if its weapon_NAME (May someone else could complete it then ;D)
    but then it should be:



    delWeapon("weapon_thompson");
    delWeapon("weapon_mp44");

    delWeapon(ent)
    {
  16. Why should they? Its an old game, no need for...

    Why should they? Its an old game, no need for them to update stuff.
    Activision also never updated some huge bugs or exploits.

    For Cod2: I would wish they bring out some source codes (not complete...
  17. Thread: Few questions

    by Earliboy
    Replies
    5
    Views
    4,818

    About xmodels: Part of my xmodel script: ...

    About xmodels:
    Part of my xmodel script:


    self detachAll();
    self setModel(model);


    Getting back normal:
  18. Replies
    5
    Views
    4,205

    smart part of my mapvote (mapvote based on damole...

    smart part of my mapvote (mapvote based on damole standalone mapvote):


    players = getentarray("player", "classname");
    for(i = 0; i < players.size; i++)
    {...
  19. Replies
    6
    Views
    4,577

    Still wrong, i said: "you donīt need" but i...

    Still wrong,
    i said: "you donīt need" but i dindīt said u MUST remove them.
    Its just to make your script shorter and easier to read.
    I personally donīt like the {} if u only use 1 statement in a...
  20. Replies
    3
    Views
    3,190

    Just add to the for loop: iprintln("DEBUG:...

    Just add to the for loop:
    iprintln("DEBUG: Weapon " + weaponname);

    it should look like this:



    for(i = 0; i < level.weaponnames.size; i++)
    {
    weaponname = level.weaponnames[i];
  21. Replies
    3
    Views
    9,985

    Go to etc/apache2/ folder, edit the apache.conf...

    Go to etc/apache2/ folder, edit the apache.conf or httpd.conf. There you can change and see the folder of you apache2 folder.
    (Iīm always using /var/www/html). Also you can add more domains there.
  22. Thread: Guid 0

    by Earliboy
    Replies
    25
    Views
    24,326

    If 2 ppl on same ip, same keycode connect to a...

    If 2 ppl on same ip, same keycode connect to a server, they normaly get same GUID.
    I often see ppl with same ip + guid on my servers.
    I just made an small script to tell them about duplicated guid...
  23. Replies
    6
    Views
    4,779

    I don't think that its possible. Specialy u...

    I don't think that its possible.
    Specialy u would need to get the client cvar to check if its enabled or not.
    Also i think its hard coded on the client itself.
  24. Thread: Guid 0

    by Earliboy
    Replies
    25
    Views
    24,326

    Well, do some logging for that. If someone...

    Well, do some logging for that. If someone connect with guid = 0 and is not a bot (self.pers["bot"] = true; on the testclient thread), save the name + guid.
    May enable some IP logging on B3 so u...
  25. Replies
    5
    Views
    4,609

    Ye i could use that one, but i don't want the...

    Ye i could use that one, but i don't want the healthbar at the bottom of the screen, its just too small it nobody cares about it.
    I wanted it like this.

    (The problem was the Cross + the value on...
Results 1 to 25 of 61
Page 1 of 3 1 2 3