Playing A Model's Sequence
Ok, need to play the idle sequence in the model i made, here's the line from the .qc file.
Quote:
Code:
entity_set_int(ent[i],EV_INT_sequence,?) |
pretty funny how u answered your own question
|
see the "?"
What goes in the "?" |
entity_set_int(id,EV_INT_gaitsequence,ACT_IDL E)
Pretty Sure Thats it, or entity_set_int(id,EV_INT_gaitsequence,idle) gonna go find out...NOW i answered my own question |
neither worked, someone who knows what they're doing, help plz :'(
|
Oh god... ACT_IDLE is a NUMBER. You need to FIND that number, and put it into your AMXx code.
ACT_IDLE is probably, no definitely, a define which defines it to be a number. You can use ACT_IDLE, but you need to add the define as well. |
Code:
#define ACT_IDLE 1 |
What do YOU think? Maybe you should TRY it before attempting to get MORE help?
|
yes ma'am
|
that did not work. I don't know if it actually has something to do w/ ACT_IDLE. I think it should have something to do with the "idle"
|
| All times are GMT -4. The time now is 14:20. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.