Blockland Forums > Modification Help
[Tutorial] Creating A GUI [Updated 4/1/2012]
deathrider:
i started doing it but i think its outdated none of the buttons were there that you said there were forget it
jes00:
--- Quote from: deathrider on March 25, 2012, 01:25:55 AM ---i started doing it but i think its outdated none of the buttons were there that you said there were **** it
--- End quote ---
Yes, they are there. You just need to look for them.
What buttons can you not find?
Should I change Client_ to Script_ because some Client_ mods have not been automatically executing for some reason.
SlayerZ99:
--- Quote from: jes00 on March 25, 2012, 06:53:25 AM ---Yes, they are there. You just need to look for them.
What buttons can you not find?
Should I change Client_ to Script_ because some Client_ mods have not been automatically executing for some reason.
--- End quote ---
You said to use "GuiBitmapCtrl" when in order to have the mColor box it needs to be "GuiBitmapButtonCtrl" because that confused me for awhile
Fluff-is-back:
Bitmap controls are images. Bitmap buttons are buttons that require a custom image file.
--- Quote from: jes00 on March 25, 2012, 06:53:25 AM ---Should I change Client_ to Script_ because some Client_ mods have not been automatically executing for some reason.
--- End quote ---
No, people are probably putting server.cs inside instead of client.cs
Ipquarx:
--- Quote from: jes00 on March 25, 2012, 06:53:25 AM ---Should I change Client_ to Script_ because some Client_ mods have not been automatically executing for some reason.
--- End quote ---
Make sure the .cs file is named Client.cs, not server.cs or something like that.