Jump to content

Help with gui window!


Recommended Posts

maybe just use admin resource?

you need events:

onClientGUIClick [it will trigger when you click the button]

functions (client)

triggerServerEvent [to trigger the kill]

getElementsByType [to get players list]

(server)

addEvent [to add your custom kill event]

addEventHandler [to add event handler]

killPed [to kill player]

Link to comment
Maybe somone help me to make one gui window ? then I can make other gui windows by my self??

In the first post you say you have already made one and now you ask to make it for you?

myWindow = guiCreateWindow( 0, 0, 1, 1, "window", true );

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...