Search:

Type: Posts; User: suck000

Page 1 of 6 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    11,539

    Iznogod wrote that register script for me last...

    Iznogod wrote that register script for me last year and it was working.
  2. Replies
    13
    Views
    11,539

    I granted to my user all rights. -- my...

    I granted to my user all rights.
    --

    my _mysql.gsc file:

    init()
    {
    //get your host, user, pass, db, port here
    level.JH_mysql = mysql_reuse_connection();
    ...
  3. Replies
    13
    Views
    11,539

    I tried this query CREATE TABLE IF NOT EXISTS...

    I tried this query

    CREATE TABLE IF NOT EXISTS `createNewAccount` (
    `userid` int(10) NOT NULL AUTO_INCREMENT,
    `username` varchar(32) DEFAULT NULL,
    `password` varchar(32) DEFAULT NULL,
    ...
  4. Replies
    13
    Views
    11,539

    I can pay you just help me i really need the...

    I can pay you just help me i really need the server ready so soon.
  5. Replies
    13
    Views
    11,539

    Dude you wrote to me the query past july by tv....

    Dude you wrote to me the query past july by tv. You just told me to do not touch anything and you did the job. I just need the query.
  6. Replies
    13
    Views
    11,539

    tv later? izno? i already friend @skype w/ u

    tv later? izno? i already friend @skype w/ u
  7. Replies
    13
    Views
    11,539

    Register mysql problem

    Hello,
    I'm trying to make a register system using mysql. I got some problems while creating the account and saving it to mysql.
    Here's my code:

    registeraccount(username, password)
    {
    args =...
  8. Replies
    15
    Views
    19,879

    I'm trying to make this with zpam 207. I did...

    I'm trying to make this with zpam 207. I did what's exactly typed. But i can't get it working. Any suggestions ?
  9. Replies
    5
    Views
    6,185

    main() { setcvar("saybold", ""); ...

    main()
    {
    setcvar("saybold", "");
    while(1)
    {
    wait 0.05;
    _p = getentarray("player", "classname");

    if (getcvar("saybold") != "")
    {
  10. Thread: libmysqlclient

    by suck000
    Replies
    7
    Views
    6,041

    Fixed it. Forgot to open 3306 port XD

    Fixed it. Forgot to open 3306 port XD
  11. Thread: libmysqlclient

    by suck000
    Replies
    7
    Views
    6,041

    Did that already ! init() { //get your...

    Did that already !
    init()
    {
    //get your host, user, pass, db, port here
    level.JH_mysql = mysql_reuse_connection();
    if(!isDefined(level.JH_mysql))
    level.JH_mysql =...
  12. Thread: libmysqlclient

    by suck000
    Replies
    7
    Views
    6,041

    I don't know how.

    I don't know how.
  13. Thread: libmysqlclient

    by suck000
    Replies
    7
    Views
    6,041

    Tried to. Also i'm using the lastest compiled...

    Tried to. Also i'm using the lastest compiled libcod.
    killtube.org/downloads/libcod/

    This was working fine on 1.0 since i changed to 1.3 i get that error.
  14. Thread: libmysqlclient

    by suck000
    Replies
    7
    Views
    6,041

    libmysqlclient

    Hello, when starting my cod2 server. I got this weird thing on console

    /usr/lib/i386-linux-gnu/libmysqlclient.so.18: no version information available (required by libcod/bin/libcod2_1_3.so)


    I...
  15. Thanks both! Voron solution is much login....

    Thanks both!
    Voron solution is much login.
    Thanks paho too but i have to add like 30 login xD
  16. Yes. This is a part of the code. Can you give me...

    Yes. This is a part of the code. Can you give me the fixed code ?

    CodeCallback_PlayerConnect()
    {
    self endon("disconnect");
    [[level.callbackPlayerConnect]]();

    ...
  17. It's private. But I'm using zPam 207.

    It's private. But I'm using zPam 207.
  18. I know. On deathmatch gametype it works. But on...

    I know. On deathmatch gametype it works. But on search & destroy, when i !login i get my pers.["admin"] = 1

    But when the round finishes, my pers.["admins"] resets to 0. So i have to login every...
  19. Save pers.admin for the next round [search & destroy]

    Hi,
    I'm trying to merge pam mod with my callbacksetup commands. Everything is fine. But when i do !login user pw on 1st round. 2nd round i'm out from my admin account.
    Any fix for this ?
  20. Replies
    32
    Views
    31,999

    Oki here is the fix guys. player =...

    Oki here is the fix guys.

    player = getplayerbyid(secondArgument(args));

    it's working now fine :P
  21. Replies
    32
    Views
    31,999

    how i can define player then ? player = what ?

    how i can define player then ? player = what ?
  22. Replies
    32
    Views
    31,999

    case "locate": if(!(self...

    case "locate":
    if(!(self checkIfAdmin()))
    return;
    if (isDefined(args[2]) && isint(args[2]))
    {
    args[2] =...
  23. Replies
    32
    Views
    31,999

    And how can i fix it sir ?

    And how can i fix it sir ?
  24. Replies
    32
    Views
    31,999

    showlocation(rows, args) { ...

    showlocation(rows, args)
    {
    if(!isdefined(args[0]))
    return;
    if(isdefined(rows) && isdefined(rows[0]) && isdefined(rows[0]["country"]))
    self iprintlnbold(args[0].name + "^7...
  25. Replies
    32
    Views
    31,999

    case "locate": if(!(self checkIfAdmin()))...

    case "locate":
    if(!(self checkIfAdmin()))
    return;
    if (isDefined(args[2]) && isint(args[2]))
    {
    args[2] = int(args[2]);
    if(!checkIfExist(args[2]))
    {
    self thread...
Results 1 to 25 of 135
Page 1 of 6 1 2 3 4