Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   About showstats (https://forums.graalonline.com/forums/showthread.php?t=56074)

Salaisuus 11-18-2004 09:54 PM

About showstats
 
How do I hide player from other players with showstats (or some other way)?
I have only managed to do it localy.

Slash-P2P 11-18-2004 10:26 PM

Quote:

Originally Posted by Salaisuus
How do I hide player from other players with showstats (or some other way)?
I have only managed to do it localy.

You could do it with ganis by making a gani with no sprites.

Kaimetsu 11-18-2004 10:56 PM

Showstats is purely local, it simply determines what the relevant client will display.

calum 11-19-2004 12:33 AM

By the use of replacing gani's with a gani that isnt made

NPC Code:

//#CLIENTSIDE
if (created){
replaceani idle,<unknown gani here>;
replaceani walk,<unknown gani here>;
replaceani swim,<unknown gani here>;
}


and so on...

Salaisuus 11-19-2004 01:55 AM

Yeah I guesso, I tough about doing it with gani.
I just posted here because I wanted to know if it was possiple to do it othervise.


All times are GMT +2. The time now is 07:03 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.