This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: solano
Forum: Code Snippets/Tutorials 12-06-2009, 16:44
Replies: 193
Views: 226,038
Posted By solano
Re: [INFO] Fakemeta & Ham detailed function descriptions and examples

see thats why im telling you it should be added
Forum: Code Snippets/Tutorials 12-06-2009, 10:57
Replies: 193
Views: 226,038
Posted By solano
Re: [INFO] Fakemeta & Ham detailed function descriptions and examples

Originally Posted by hleV https://forums.alliedmods.net/images/buttons/viewpost.gif (https://forums.alliedmods.net/showthread.php?p=805471#post805471)
...
Forum: Code Snippets/Tutorials 12-02-2009, 06:43
Replies: 193
Views: 226,038
Posted By solano
Re: [INFO] Fakemeta & Ham detailed function descriptions and examples

btw is this the right function for the thing i want to do?
i want to make the monster "walk" to a specific location
walk is in "" because while walking if he sees a player he should start...
Forum: Code Snippets/Tutorials 12-02-2009, 06:40
Replies: 193
Views: 226,038
Posted By solano
Re: [INFO] Fakemeta & Ham detailed function descriptions and examples

new Target[ 32 ];
read_argv( 1, Target, charsmax( Target ) );
new TargetIndex = cmd_target( id, Target, CMDTARGET_ALLOW_SELF | CMDTARGET_ONLY_ALIVE );

if (...
Forum: Code Snippets/Tutorials 12-02-2009, 06:27
Replies: 193
Views: 226,038
Posted By solano
Re: [INFO] Fakemeta & Ham detailed function descriptions and examples

pev( TargetIndex, pev_origin, Origin );
pev( TargetIndex , pev_v_angle, Angles );



angle_vector( Angles, ANGLEVECTOR_FORWARD, Forward );
xs_vec_mul_scalar(...
Forum: Code Snippets/Tutorials 12-02-2009, 06:15
Replies: 193
Views: 226,038
Posted By solano
Re: [INFO] Fakemeta & Ham detailed function descriptions and examples

new Zombie = create_entity( "monster_zombie" );
set_pev( Zombie, pev_origin, Origin );
//set_pev(Zombie,pev_enemy,id)
DispatchSpawn( Zombie );
drop_to_floor( Zombie );
...
Showing results 1 to 6 of 6

 
Forum Jump

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


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