Results 1 to 9 of 9

Thread: [DOWNLOAD] [CoD2] Basetdm-Mod

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    Quote Originally Posted by buLLeT_ View Post
    error when i start script

    Click image for larger version. 

Name:	error.png 
Views:	59 
Size:	247.0 KB 
ID:	1467
    try start server with
    Code:
    developer "0"
    ++
    Closer - it's old method for using libcod functions
    You can replace all "closer" on functions name

    LIST FUNC'S: https://znation.nl/cod4script

    Code:
    /*
    	100 == mysql_init()
    	101 == mysql_real_connect(mysql, host, user, pass, db, port)
    	102 == mysql_close(mysql)
    	103 == mysql_query(mysql, query)
    	104 == mysql_errno(mysql)
    	105 == mysql_error(mysql)
    	106 == mysql_affected_rows(mysql)
    	107 == mysql_store_result(mysql)
    	108 == mysql_num_rows(result)
    	109 == mysql_num_fields(result)
    	110 == mysql_field_seek(result, position)
    	111 == mysql_fetch_field()
    	112 == mysql_fetch_row(result)
    	113 == mysql_free_result(result)
    */
    EXAMPLE:
    replace "closer(105, mysql)" on "mysql_error(mysql)"

    WARNING:
    i think all pseudo functions writed in utility files, you can delete all pseudo functions from .gsc scripts (IF PSEUDO FUNCTION NAME == LIBCOD FUNCTION NAME)

    WARNING#2:
    You try start server on Windows, libcod_win have small pack of functions

    WARNING#3:
    SUPA BAD ENGLISH!!11!
    Last edited by maxdamage99; 11th March 2018 at 20:35.
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

  2. The Following 2 Users Say Thank You to maxdamage99 For This Useful Post:

    buLLeT_ (11th March 2018),kung foo man (2nd November 2020)

Posting Permissions

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