View Single Post
PurpleJazz PurpleJazz's Avatar

JCF Member

Joined: Aug 2006

Posts: 852

PurpleJazz is OFF DA CHARTPurpleJazz is OFF DA CHARTPurpleJazz is OFF DA CHART

May 13, 2014, 03:05 AM
PurpleJazz is offline
Reply With Quote
Quote:
Originally Posted by Louis K View Post


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; }