Quote:
Originally Posted by Louis K
sorry for some of ads..
|
Looks promising, may I suggest using the following script though? This will remove the HUD, greatly improving the atmosphere of the intro.
Code:
bool onDrawLives(jjPLAYER@ p, jjCANVAS@ canvas) { return true; }
bool onDrawScore(jjPLAYER@ p, jjCANVAS@ canvas) { return true; }
bool onDrawAmmo(jjPLAYER@ p, jjCANVAS@ canvas) { return true; }
bool onDrawHealth(jjPLAYER@ p, jjCANVAS@ canvas) { return true; }
|