AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   little help pls :) (https://forums.alliedmods.net/showthread.php?t=3080)

Rafarin 06-25-2004 14:43

little help pls :)
 
hi.
how to make start(id,line) to start after 10 sec ?


Code:

    if (get_user_team(id) == 1)
    {
    start(id,line)
    }
    else
    {
    text(id)
    }


BAILOPAN 06-25-2004 15:38

Code:
new lineparm[1] lineparm[0] = line set_task(10.0, "start", 0, lineparm, 1)

Rafarin 06-25-2004 15:47

thanks :)


All times are GMT -4. The time now is 14:52.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.