Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/20/24 01:28
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 636 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
proc_client thingy #82699
07/23/06 16:16
07/23/06 16:16
Joined: Sep 2005
Posts: 159
The Netherlands
D
Dutchie666 Offline OP
Member
Dutchie666  Offline OP
Member
D

Joined: Sep 2005
Posts: 159
The Netherlands
when im using this script:

Code:
function hideme(){
my.invisible = on;
}

action mannetje {
proc_client(me,hideme);
}




and i make the entity on the server, the character is not hidden on the server... but when i create the same entity from a client it is invisible on that client, like i want.
but how can i make it that if i create it on the server that it is hidden on the server but shown on the rest?

Re: proc_client thingy [Re: Dutchie666] #82700
07/30/06 23:13
07/30/06 23:13
Joined: Mar 2004
Posts: 202
Germany
zSteam_ Offline
Member
zSteam_  Offline
Member

Joined: Mar 2004
Posts: 202
Germany
hello
use these script

Code:

action mannetje
{
my.invisible=off;

ifdef server;
my.invisible=on;
endif;
}




hope this is helpful


A6 Commercial 6.50.6

Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1