Quote:
Originally Posted by vampireslayer
i wanted to make somethin unique, so i made this 
i kno, it looks ugly :P
|
It may look ugly, but at least you learned something.

I still recommend staying close to the basics at first. Unique does not always = better.
Quote:
Originally Posted by Imperialistic
or even b3tt3r...
NPC Code:
function onCreated(){
drawoverplayer;
dontblock;
}
or maybe or maybe or maybe...
making it clientside ^______^
|
You're right about the code. If you want it to work both offline and offline use this...
NPC Code:
//#CLIENTSIDE
if (playerenters) {
dontblock;
drawoverplayer;
}