Results 1 to 5 of 5

Thread: Cmd_ExecuteString and search .3dbsp

Threaded 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

    Cmd_ExecuteString and search .3dbsp

    Hi, how check "mp_mapname" in folder?
    EXAMPLE:
    PHP Code:
    checkmap(map)
    {
    /* map_indir - example function */
    if(map_indir(map))
    return 
    1;
    else
    return 
    "File: "+map+".3dbsp no found in: "+getcvar("fs_game")+" and main";

    and i can use this?????:
    Code:
    Cmd_ExecuteString("clientkick 0");
    /* and */
    Cmd_ExecuteString("givepistol 5"); //rcon-admin command by .gsc scripts
    /* or */
    Cmd_ExecuteString("set newcvar newvalue");
    ?
    Last edited by maxdamage99; 11th August 2016 at 09:53.
    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 User Says Thank You to maxdamage99 For This Useful Post:

    kubislav23 (11th August 2016)

Posting Permissions

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