Okay, sorry to bother you again, but I need more help. I looked at the workshop and read the documentation, but this one puzzles me. When I run the program, it just pops up and closes right away. No errors. Nothing.
#include <litec.h>
#include <acknex.h>
int main()
{
ent_create("H-SWAT-Idle.x",vector(100,-50,0),NULL);
wait(-30);
}
Thanks in advance.