Hi guys ,
i have two questions :
1) i created pics with ent_create command in lite-c and i wanted to created them in front of my gun , i used vec_for_vertex command here but i get a error message e1513 , Why ?
here is my code :
while(1)
{
...
if(key_ctrl)
{
vec_for_vertex(shoot_vector.x, my, 356);
ent_create("Shoot.jpg",shoot_vector,shoot_pic_function);
}
wait(1);
}
2)how can i create a sky for my space ship game ,because when i want to use Dome , ... they don't make a whole sky and they are only make sky in top but nothing in bottom .
and i dont want to use CUBE because it doesn't seem real ...
Thanks
Last edited by Mafia_IR; 06/28/11 03:43.