View Single Post
  #12  
Old 11-08-2001, 10:38 PM
mhermher mhermher is offline
galase galase!
mhermher's Avatar
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
mhermher is on a distinguished road
Send a message via ICQ to mhermher Send a message via AIM to mhermher Send a message via Yahoo to mhermher
Quote:
Originally posted by Loriel
Uh all wrong.
200 is only shown locally only.
//#CLIENTSIDE *is* needed for weapons on NPC Server. Although that's not NPC weapon what Fry made.
NPC Code:
//#CLIENTSIDE
if (weaponfired) {
setimg #c;
showimg 200,#f,playerx+1.5-width/2,playery-1-height/2;
setimg fkwarper.mng;
freezeplayer 5;
timeout = 5;
}
if (timeout)
hideimg 200;


I guess that would show whatever the chat text of the player is, and is automatically displayed centered or so...
WRONG! Over 199 and under 201 is locla, the rest is "unlocal"
__________________
Donate money for my trip to Germany

Adiarde Manager
Reply With Quote