View Single Post
  #28  
Old 07-17-2008, 05:50 AM
Faulkon Faulkon is offline
Game Designer
Faulkon's Avatar
Join Date: Jul 2008
Location: The entire USA
Posts: 11
Faulkon is on a distinguished road
Quote:
Originally Posted by vampireslayer View Post
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 View Post
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;
}

__________________
-FAULKON

Reply With Quote