Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: _callbacksetup isin't working ?!?!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private First Class
    Join Date
    Mar 2016
    Posts
    134
    Thanks
    48
    Thanked 11 Times in 10 Posts

    _callbacksetup isin't working ?!?!

    Hello , i edited my callbacksetup , all of it ! i got a callbacksetup from a friend everything is fine .. when i start my server and join game , i test commands like !ban or something .. nothing happens. no command work :S can you suggest me what i do ?

  2. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    debug it.
    10char
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  3. #3
    Private First Class
    Join Date
    Mar 2016
    Posts
    134
    Thanks
    48
    Thanked 11 Times in 10 Posts
    how ? what i gotta 2 write ?

  4. #4
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    add to all your files
    Code:
    I stop with scripting
    that will fix it

  5. The Following User Says Thank You to Ni3ls For This Useful Post:

    thOuMta (19th April 2016)

  6. #5
    Private First Class
    Join Date
    Mar 2016
    Posts
    134
    Thanks
    48
    Thanked 11 Times in 10 Posts
    Calma nik omek el 9a7ba... So funny :3 Am talking to the good people that they want to help .. u are just making fun of me because i don't have a good knowledge on scripting :3

  7. #6
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Quote Originally Posted by suck000 View Post
    i don't have a good knowledge on scripting
    This exactly. You don't try anything yourself. Read the book Whiskas send you, look at standard cod2 scripts, watch tutorials

  8. #7
    Private First Class
    Join Date
    Mar 2016
    Posts
    134
    Thanks
    48
    Thanked 11 Times in 10 Posts
    Just help me by telling me how to debug it . please //

  9. #8
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Use printf from libcod e.g.:

    PHP Code:
    printf("Debug variables: foo=% bar=% baz=%\n"foobarbaz);
    printf("Debug variables: args=%\n"args);
    printf("Debug variables: args[0]=%\n"args[0]); 
    timescale 0.01

  10. #9
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    Quote Originally Posted by kung foo man View Post
    Use printf from libcod e.g.:

    PHP Code:
    printf("Debug variables: foo=% bar=% baz=%\n"foobarbaz);
    printf("Debug variables: args=%\n"args);
    printf("Debug variables: args[0]=%\n"args[0]); 
    oh ohhhh...

    Click image for larger version. 

Name:	fad.gif 
Views:	33 
Size:	673.4 KB 
ID:	1095

  11. The Following User Says Thank You to serthy For This Useful Post:

    voron00 (19th April 2016)

  12. #10
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    This is EXACTLY like one of your previous threads:
    https://killtube.org/showthread.php?...-does-not-work
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •