Quote:
Originally Posted by CharlieM
You mean like drawunderplayer; and drawoverplayer; ?
Because those can be pulled out of any ol' level
|
PHP Code:
//#CLIENTSIDE
function onCreated() {
dontblock();
drawunderplayer();
}
I already helped him with that.