Guest Posted February 22, 2008 Share Posted February 22, 2008 hi, i have the following problem: numplate = guiCreateEdit(0.5,0.5,0.25,0.25,getPlayerNametagText(getLocalPlayer()),true,numberplatewindow) this code uses to let mta client crash back to desktop. but after several tries suddenly it works perfectly until i restart the server (sometimes) or the pc (everytime) i think the problem is getPlayerNametagText(getLocalPlayer()) when i replace this code by a custom string -> no crash does somebody know this bug? Link to comment
Brophy Posted February 22, 2008 Share Posted February 22, 2008 According to the development wiki, getPlayerNametagText is a server-side only function, also have you created 'numberplatewindow' beforehand? Link to comment
Guest Posted February 22, 2008 Share Posted February 22, 2008 oh, didnt notice, it is serverside thx Link to comment
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