AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Simple Task (Id) (https://forums.alliedmods.net/showthread.php?t=41009)

Swe-Death 07-07-2006 14:52

Simple Task (Id)
 
set_task(20.0,"Start")
with id?????? :(

VEN 07-07-2006 15:16

Re: Simple Task (Id)
 
set_task(20.0,"Start") is the same as set_task(20.0,"Start", 0) where 0 is an ID of the task.

You can specify your custom ID:

PHP Code:

set_task(20.0,"Start"123

PHP Code:

new 321
set_task
(20.0,"Start"x

PHP Code:

set_task(20.0,"Start"id


Swe-Death 07-07-2006 15:40

Re: Simple Task (Id)
 
oh ok........


thx VEN


All times are GMT -4. The time now is 08:07.

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