AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Please delete this post (https://forums.alliedmods.net/showthread.php?t=25695)

SubStream 03-18-2006 16:22

Please delete this post
 
--Edited--

Des12 03-18-2006 17:24

Code:
new myentname = create_entity(info_target) entity_set_int (myentname, targetname, tb)

That is correct

Freecode 03-18-2006 18:00

classname is the category to which your entity belongs to. Example would be player. When you set your entitie's classname to player then it would become part of the player entities. And when you cycle through all player entities it will return ur entity at one point. Now, name is what identifies your entity.

Hope that helps.

VEN 03-19-2006 03:40

Code:
new your_entity_index = create_entity("info_target") entity_set_string (your_entity_index, EV_SZ_classname, "tb")


All times are GMT -4. The time now is 16:47.

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