View Single Post
  #6  
Old 01-02-2005, 08:32 AM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
Quote:
Originally Posted by Velox Cruentus
Something you can do, if the strings are in a database NPC, is:

NPC Code:

with (getnpc(Database)){
copystrings this.tags,client.gangtags;
}



This would transfer all the strings with this.tags to client.gangtags...
In such way, "this.tagsmiddo" would then become "client.gangtagsmiddo", and can easily be accessed clientside from there.
That's a very interesting command!

I have never heard about that before.
__________________

Reply With Quote