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"