xXMADEXx Posted February 8, 2013 Posted February 8, 2013 Hey guys, for some reason if i set the position "guiSetPosition" the gui will now show any reasons? resX,resY = guiGetScreenSize() width, height = 319, 382 X = (resX/2) - (width/2) Y = (resY/2) - (height/2) rog_modshop_main_window = guiCreateWindow(X, Y, width, height, "RoG Modshop - Main Menu", false) guiWindowSetSizable(rog_modshop_main_window, false) guiSetVisible(rog_modshop_main_window,false) guiWindowSetMovable(rog_modshop_main_window,false) guiSetPosition(rog_modshop_main_window,0,3,true) The Ultimate Lua Tutorial! | MTA PHP SDK
xXMADEXx Posted February 8, 2013 Author Posted February 8, 2013 Never mind this topic, castillo solved The Ultimate Lua Tutorial! | MTA PHP SDK
Castillo Posted February 8, 2013 Posted February 8, 2013 The problem was here: guiSetPosition(rog_modshop_main_window,0,3,true) last argument should of been: "false". San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now