AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Set_noclip(id) after 10 seconds. (https://forums.alliedmods.net/showthread.php?t=223080)

MrKiller2010 08-09-2013 16:17

Set_noclip(id) after 10 seconds.
 
Is it possible to set Set_noclip(id) after 10 seconds?

PHP Code:

else if (cs_get_user_team(id) == CS_TEAM_T)
        {
            
give_item(id"weapon_knife")
            
set_user_renderingid )
            
set_user_noclip(id)
            
fm_reset_user_model(id)
        } 


YamiKaitou 08-09-2013 16:17

Re: Set_noclip(id) after 10 seconds.
 
set_task

MrKiller2010 08-09-2013 16:37

Re: Set_noclip(id) after 10 seconds.
 
Quote:

Originally Posted by YamiKaitou (Post 2009501)
set_task

lol, that i didn't think about that.
Thanks works great now


All times are GMT -4. The time now is 15:57.

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