View Single Post
  #3  
Old 02-12-2006, 11:28 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
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
Reply With Quote