View Single Post
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 11-04-2016 , 16:38   Re: [API] Custom Entities
Reply With Quote #10

EFFx
PHP Code:
/*
 * Create entity.
 *
 * @param szName           Name of entity.
 * @param vOrigin          Spawn origin.
 * @param temp             Remove entity in next round if true.
 * @return                 Entity index.
 */
native CE_Create(const szName[], const Float:vOrigin[3], bool:temp true); 
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 11-04-2016 at 16:55.
Hedgehog Fog is offline