The tank's model is not drawing, and I'm really confused.
Here's the code pieces that should draw a tank:
The code for the Create event:
//Here's where the model is created and readied. model=d3d_model_create(); d3d_model_load(model,"C:/Documents and Settings/Ryan/My Documents/GMP/Sprite/Models/tank.d3d");The code for the Draw Event:
//Draw the Model d3d_model_draw(model,x,y,16,background_get_texture(texture_floor));











