Hi Im just begining my first game project in Lite-C and I appear to have been shot down before I even got in the plan so to speek. I was trying to test and ent creat method to have my gun show in FPS mode when I got the message that my Testlvl.wmb can't be opened and its nothing but a hollow cube and a camera I striped the code down to this:

#include <acknex.h>
#include <default.c>

function main()
{
video_mode = 7;
level_load ("Testlvl.wmb");
}

And it still doesnt work.
Now Iv saved the script as ShooterProject.c cause it kept wating to save it as ShooterProject *.wdl

Any thoughts

O and mostlikely this being my first project ill continue to post on this thread as I make it over one hurtal and then get closelined by the next considern my plan is to make a FPS with One seme gun,One Full Auto gun,and One maylay weapone(Knife)
And also 2 types of enemys ranged and maylay with basic Ai in other words they stand there till they see you then attack.

thanks in advanced