View Single Post
  #7  
Old 11-08-2001, 02:13 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
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...
Reply With Quote