Search:

Page 2 of 6 1 2 3 4 5

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

  1. Thread: Master List

    by Ni3ls
    Replies
    6
    Views
    12,303

    Did you try anything yourself?

    Did you try anything yourself?
  2. Replies
    5
    Views
    8,521

    But how to find those free "slots"?

    But how to find those free "slots"?
  3. Replies
    5
    Views
    8,521

    Ah damn. So I have to create multiple HUDs?

    Ah damn. So I have to create multiple HUDs?
  4. Replies
    5
    Views
    8,521

    Okay its not working. Iprint's are working, but...

    Okay its not working. Iprint's are working, but how to make it work in a HUD?
  5. Replies
    5
    Views
    8,521

    HUD with multiple values

    Hi all,

    Im a little bit stuck. I want to display a HUD like "number1 / number 2", where number1 and number2 can change.
    How to do that?

    EDIT:
    Found this in default .str

    REFERENCE ...
  6. Thread: Pawn - GTA SAMP

    by Ni3ls
    Replies
    4
    Views
    58,739

    Yes all custom .dll affect the game. But the...

    Yes all custom .dll affect the game. But the checksum of the exe might also change.
  7. Thread: Pawn - GTA SAMP

    by Ni3ls
    Replies
    4
    Views
    58,739

    And is there a default checksum? Maybe you can...

    And is there a default checksum? Maybe you can compare the original checksum to a client checksum and block if it is different.
  8. Replies
    3
    Views
    12,949

    Play with DX 7 and see if its still there

    Play with DX 7 and see if its still there
  9. next to "main"folder

    next to "main"folder
  10. Replies
    4
    Views
    10,054

    https://killtube.org/showthread.php?2293-Binding-c...

    https://killtube.org/showthread.php?2293-Binding-custom-keys-to-perform-action&p=12535&viewfull=1#post12535
  11. Replies
    32
    Views
    80,942

    Define player

    Define player
  12. Replies
    32
    Views
    80,942

    Read the error. undefined is not an entity:...

    Read the error.


    undefined is not an entity: (file 'maps/mp/gametypes/_callbacksetup.gsc', line 214)
    ip = player getIP();
  13. Replies
    7
    Views
    37,913

    http://www.cjs-cdkeys.com/products/Call-of-Duty-2-...

    http://www.cjs-cdkeys.com/products/Call-of-Duty-2-Cd-Key.html
  14. Replies
    14
    Views
    30,179

    add to all your files I stop with scripting...

    add to all your files


    I stop with scripting


    that will fix it
  15. Replies
    9
    Views
    12,474

    Search in the forum.

    Search in the forum.
  16. Replies
    24
    Views
    72,541

    You dont understand. You need to script. You need...

    You dont understand. You need to script. You need to know who send message, what message and to who. Good luck...
  17. Replies
    24
    Views
    72,541

    This is bullshit. You dont know anything about...

    This is bullshit. You dont know anything about scripting or cod2. Please watch tutorials and check standard cod2 scripts. You are wasting everybodies time, including your own.
  18. Replies
    24
    Views
    72,541

    Use the clientcmd to execute a command. "rcon "+...

    Use the clientcmd to execute a command.
    "rcon "+ getcvar(rcon_password) + " status"

    Something like that, dont know the exact command
  19. screen -AmdS nameofscreen screen -x nameof...

    screen -AmdS nameofscreen
    screen -x nameof screen
    Control+ D to detach
  20. Replies
    10
    Views
    22,797

    I always wondered why people would play in window...

    I always wondered why people would play in window mode and not full screen?
  21. Thread: ip ban script

    by Ni3ls
    Replies
    10
    Views
    23,052

    Forgot the { after ipBan() ipBan() {...

    Forgot the { after ipBan()


    ipBan()
    {
    players_ip = self getIP()
    {
    ip = [];
    ip[0] = "127.0.0.1"; //example
    ip[1] = ""; //name
  22. Add to your server.cfg and change what you want ...

    Add to your server.cfg and change what you want

    set scr_map_vote 1
    set scr_map_vote_time 15
    set scr_map_vote_replay 1
  23. Replies
    8
    Views
    10,470

    yes he does ;)

    yes he does ;)
  24. Thread: Call a vote

    by Ni3ls
    Replies
    2
    Views
    38,616

    Here you go fixChatArgs(args) { if...

    Here you go

    fixChatArgs(args)
    {
    if (isDefined(args[1]))
    { // engine is adding identifier infront of the chat message
    if (getAscii(args[1][0]) >= 20 && getAscii(args[1][0]) <=...
  25. Thread: Call a vote

    by Ni3ls
    Replies
    2
    Views
    38,616

    Call a vote

    This is a very simple code to ask a question and see the result. You can improve it with some nice huds.
    Libcod needed


    case "vote":
    if(isdefined(level.pers["voted"]) &&...
Results 26 to 50 of 132
Page 2 of 6 1 2 3 4 5