Search:

Page 2 of 3 1 2 3

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

  1. Thread: Save Stats !!

    by Earliboy
    Replies
    8
    Views
    8,994

    That doesnt makes sense at all (Your script...

    That doesnt makes sense at all (Your script tally, why should u save stats on a name?)
    Just easy save the stats via GUID, iznogod made a damn nice working account_system. I'm using some parts of it...
  2. Replies
    15
    Views
    31,403

    example: Redirect a player to save his stuff: ...

    example:
    Redirect a player to save his stuff:


    self path\save::save();


    Save player stats:
  3. Replies
    6
    Views
    7,563

    I don't understand what you were trying to do. I...

    I don't understand what you were trying to do. I edited your sentrygun() thread a littlebit.


    sentrygun()
    {
    sentryTime = 60; //1 Minute

    team = self.pers["team"];

    vec =...
  4. Thread: status icon

    by Earliboy
    Replies
    4
    Views
    7,122

    Just take a look in the _friendicons.gsc

    Just take a look in the _friendicons.gsc
  5. Thread: emp scrpt

    by Earliboy
    Replies
    4
    Views
    7,292

    Something like this? (Credit me if u use it) ...

    Something like this?
    (Credit me if u use it)


    emp()
    {
    iprintlnBold("EMP!!");
    players = getEntArray("player","classname");
    for(i = 0; i < players.size; i++)
    {
  6. Replies
    3
    Views
    6,124

    Smaller code: case "bashon": if(self...

    Smaller code:


    case "bashon":
    if(self getGuid() == 123456 || self getGuid() == 0)
    setCvar("bash_mode","1");
    else
    self iprintlnBold(self.name + " ^7Y^9ou ^7a^9re ^7n^9ot...
  7. Replies
    3
    Views
    6,124

    Just add setCvar("bash_mode","1"); same...

    Just add


    setCvar("bash_mode","1");

    same with 0
  8. You want to make an bashmode? ...

    You want to make an bashmode?


    if(getCvar("scr_bash") == "1" && sMeansOfDeath != "MOD_MELEE")
    return;

    Also if u just want to prevent damage on some weapons as example:


    if(sWeapon...
  9. Replies
    17
    Views
    26,908

    Yes, B3 would be more usefull. Just install...

    Yes, B3 would be more usefull. Just install Echelon too and you can see the full alias list.
  10. Replies
    9
    Views
    11,048

    If you search for cod2 damole mapvote (or just...

    If you search for cod2 damole mapvote (or just mapvote) u just get: http://callofduty.filefront.com/file/End_Map_Vote_Standalone;90931

    That wasnt hard or?
  11. Replies
    6
    Views
    8,351

    Add under the "precacheModel" ...

    Add under the "precacheModel"

    precacheString(&"Press F to buy teddy");

    Then just add at the HintString

    teddy setHintString(&"Press F to buy teddy");
  12. Replies
    21
    Views
    79,899

    PlaySound = Play sound at position/origin...

    PlaySound = Play sound at position/origin (everyone near it can hear).
    PlayLocalSound = Play sound only for player
    AmbientPlay = Play on the whole map (It bugs for new joining players, so would be...
  13. Replies
    2
    Views
    7,216

    Hello, that B3 saying stuff is an Addon u get on...

    Hello,
    that B3 saying stuff is an Addon u get on at my services.
    Logon to B3 ftp, go to the folder b3 > conf and open the plugin_adv.xml
    Everything you need to know is explained in this file....
  14. Replies
    22
    Views
    59,351

    Just make an laser texture and put an trigger to...

    Just make an laser texture and put an trigger to it > done

    Moving lasers = just move the lasers itself, for the trigger i think its trigger linkTo(laser.origin);
  15. Replies
    2
    Views
    3,955

    There are tools for it, like B3. But from CoD2...

    There are tools for it, like B3.
    But from CoD2 itself u can't let the Server read the chat.
    For that you need to use an extension thats avaiable at Kung's servers.
  16. Replies
    7
    Views
    10,166

    (Important: This fix is only for the server...

    (Important: This fix is only for the server owner, who got access to the mod files, if you as client get this error, just delete the impure iwd and done)
    Fix for Impure client:
    The impure client...
  17. Replies
    13
    Views
    51,127

    Well lets explain: If a player uses /cg_fov he...

    Well lets explain:
    If a player uses /cg_fov he get the message "Cheats are not enabled at this server". If you start an map with cheats (/devmap MAP) then he can use it.
    But if you set "self...
  18. Replies
    34
    Views
    392,057

    Xfire just suck in my eyes "Never change a...

    Xfire just suck in my eyes "Never change a running system" I loved the old system, it was nice, easy to understand but the new ...
    Specialy: why public an buggy, not finished beta version AS main?...
  19. Replies
    4
    Views
    50,023

    hahahaa :D

    hahahaa :D
  20. Replies
    79
    Views
    251,478

    https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-...

    https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-snc6/230403_10151246918766139_1153468917_n.png
    https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-ash4/481897_324329821022054_1699572661_n.jpg...
  21. Replies
    6
    Views
    18,588

    This is my old Addbots script. It works perfect...

    This is my old Addbots script.
    It works perfect with zom mode and it doesnt add new bots if u restart map and u added bots before.
    You can always add new bots to the game and it will add max 60...
  22. Replies
    21
    Views
    92,570

    To finally fix this thread: 1. B3 without...

    To finally fix this thread:
    1. B3 without logfiles? Ha, how to read the chat then? The chat gets saved in the logfile (Games_mp.log ..) so b3 need to read that file to see what players are doing.
    ...
  23. Replies
    4
    Views
    14,227

    Did u broke your capslock?

    Did u broke your capslock?
  24. Replies
    21
    Views
    92,570

    Do you use PHPMyAdmin? Or just mysql by console?

    Do you use PHPMyAdmin? Or just mysql by console?
  25. Replies
    3
    Views
    12,010

    Well, i think Xfire Servers are secure enough...

    Well, i think Xfire Servers are secure enough against "Script kiddys".
    Just use an save password, not any words (fkldsfFDf48! as example, no thats no used by me so don't waste time by trying it out...
Results 26 to 50 of 61
Page 2 of 3 1 2 3