
02-12-2006, 11:28 PM
|
|
Registered User
|
Join Date: Jan 2004
Posts: 403
|
|
|
well they should be booleans
and as i posted i set it like this
rights_projectigi={1,1,0,1,1};
then gave it with this to clientside
with(findnpc("Foobar")){
req_player.clientr.loadrights = this.("rights_"@reqq_player);
}
but on clientside player.chat=clientr.loadrights[0];
it says {1 |
|
|
|