Results 1 to 7 of 7

Thread: rename

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,018
    Thanks
    2,110
    Thanked 1,086 Times in 753 Posts
    Instead of:

    PHP Code:
    self setclientcvar("name""test "name); 
    use:

    PHP Code:
    self setclientcvar("name""test " self.name); 
    That should do it
    timescale 0.01

  2. The Following User Says Thank You to kung foo man For This Useful Post:

    ORDI (22nd March 2014)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •