Results 1 to 10 of 10

Thread: Help with hudelement for rank-system

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    type string is not a float
    the game said it

    string: "This is a string" "012wsjsj!"
    int: 0 1 2 3 -5 -100
    float: 1.000 -0.3245 19.432
    localized-string: &"Textextext" &"LOCALIZED_STRING"

    setText() requrires a precached localized-string (precacheString( &"locstring" ))

    EDIT1: oupps KillerBoB was faster

    EDIT2:
    script runtime error >>> there is a logical error in your script (wrong datatypes etc.) that will appear and crash your server while the game runs (runtime...)
    script compile error >>> there is a syntax error in your script, the game wouldnt start at all
    Last edited by serthy; 2nd January 2013 at 14:53.

  2. The Following 2 Users Say Thank You to serthy For This Useful Post:

    EvoloZz (2nd January 2013),kung foo man (3rd 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
  •