
10-15-2001, 01:30 PM
|
|
toad@graal:~$ ./Oldbie
|
Join Date: May 2001
Location: Aust.
Posts: 3,819
|
|
Quote:
Originally posted by James
works fine for me if i do
if (created)
|
That will work fine offline, but if you want it to work online, you need to do
NPC Code:
//#CLIENTSIDE
if (created) {
seteffect 0,0,0,0.5;
}
 |
__________________
Creator of the original 'spam' icon. Worst mistake I ever made on these forums.
|
|
|
|