AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   waiting for maxspeed to activate? (https://forums.alliedmods.net/showthread.php?t=74467)

{PHILMAGROIN} 07-19-2008 12:40

waiting for maxspeed to activate?
 
Is there any way to make
Code:

set_user_maxspeed(i,275.0)
wait like 16 seconds before it activates?

I tried this
Code:

public speed_em(i)
{
    set_user_maxspeed(275.0)
}

then
Code:

set_task(16.0,"speed_em",i)
but that didnt work.
im new too coding so any help is appreciated.

atomen 07-19-2008 12:51

Re: waiting for maxspeed to activate?
 
PHP Code:

set_user_maxspeed(275.0

:arrow:
PHP Code:

set_user_maxspeed(i275.0); 



All times are GMT -4. The time now is 05:34.

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