Results 1 to 9 of 9

Thread: [KILLTUBE.ORG TUT] How to create a Welcome Message via GuidScript

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    If you are going to use iprintlnbold() on a player, you need to specify the player as the entity:

    Code:
    self iprintlnbold( "TEXT" );
    Otherwise the server will throw a script runtime error because the game wont know what entity to use iprintlnbold() on (it has to be either a level entity of some sort, or a client entity).

    Also, remember: when testing, the getGuid() method wont work on a Local/Listen server (it will always return 0). To return a client's real guid, it has to be tested on a dedicated server.
    Last edited by Tally; 5th January 2013 at 04:57.

  2. The Following User Says Thank You to Tally For This Useful Post:

    kung foo man (5th January 2013)

Posting Permissions

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