Change the HUD

I’ve been messing around for a bit, trying to get a script for an HUD working, all I can seem to do is make the images I have for it appear on the map. (I’m extremely new to scripting). I’m just trying to change the image of the icons and move then into a different layout. I just wanted to know what commands I would have to use and what I would have to learn.
Any help would be great, thanks in advance.

Study mine!

VVVVVVVVVVVVVVVVVVV

I was just looking at it, I still need to learn a lot more, I don’t know what a lot of those commands on your script do.

Search function
Search function
Search Function
Search Function

FFS

D: I made those like 6 months ago, I barely knew anything! Oh well. xD

Merged doublepost_______________

[QUOTE=Terraun;56099]
I’ve been messing around for a bit, trying to get a script for an HUD working, all I can seem to do is make the images I have for it appear on the map. (I’m extremely new to scripting). I’m just trying to change the image of the icons and move then into a different layout.
Any help would be great, thanks in advance.
[/QUOTE]

[QUOTE=Jatz;56104]
Search function
Search function
Search Function
Search Function

FFS
[/QUOTE]

Mmm yes. I think he is having trouble changing my images!

Oh, cool I didn’t know you could search a script function and it have it tell you what it does and how to use it. Herp Derp.

@Yenairo
I’m not changing your images, I’d rather make this script for myself, I don’t learn anything just using yours do I?

iSee… He iSn’t a iNoob!

[QUOTE=Terraun;56107]I don’t learn anything just using yours do I?[/QUOTE]
Analyze scripts, that’s what I do. It helped me so much. (Just a tip)
If you look the commands up in commands.rtf, that’ll help too.

I just mean the ones like timeout, where I look at it and go okay wtf does it do? All I see is it says timeout and a small number.

timeout is a function that goes down to 0 from the number you set it to and when it reaches 0 it does what is in (timeout){}

if you put a timeout in a timeout it would loop and make it so you can do something infinite times for like… displaying images?

Ahhh, I see. Thanks.

[QUOTE=Terraun;56107]
Oh, cool I didn’t know you could search a script function and it have it tell you what it does and how to use it. Herp Derp.

[/QUOTE]

No, retard. I am referring to the search function on the forums, theres like fucking hundreds of tutorials.

Herp derp.

changeimgvis is used to change the layer of a showimg check the commands.rtf for the syntax and numbers

why do we continue to reply to these threads? theres like 500 others they could read.

Search button is useful, yes. but this guy probably wants personal help.

then read the other threads, then ask. i know for a fact this has been answered before

[QUOTE=Yenairo;56111]
timeout is a function that goes down to 0 from the number you set it to and when it reaches 0 it does what is in (timeout){}

if you put a timeout in a timeout it would loop and make it so you can do something infinite times for like… displaying images?
[/QUOTE]

exacto,
hmmm

[QUOTE=Yenairo;56111]
timeout is a function that goes down to 0 from the number you set it to and when it reaches 0 it does what is in (timeout){}

if you put a timeout in a timeout it would loop and make it so you can do something infinite times for like… displaying images?
[/QUOTE]

Yo dawg! I heard you like timeouts, so I put a timeout in a timeout so you can timeout while you timeout.

BY the way, that wasn’t a question. I have already used timeout loops before. Quite easy.