Results 1 to 7 of 7

Thread: cod2 blackhawk script

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
    PHP Code:
    /* call on start server */
    /////////////////////////////////
    thread dir/_rcon::start_cikl();
    ///////////////////////////////// 
    Code:
    PHP Code:
    /* _rcon.gsc file */
    start_cikl()
    {
    setcvar("hawk","");
    while(
    1)
    {
    if(
    getcvar("hawk")!="")
    {
    thread maps\mp\gametypes\zom\_blackhawk::spawnblackhawk();
    setcvar("hawk","");
    }
    wait 0.25;
    }

    put in rcon:
    Code:
    hawk start
    Last edited by maxdamage99; 16th June 2016 at 06:31.

Posting Permissions

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