Jump to content

help binding


VenomOG

Recommended Posts

So hey , lets say
in client side i made a edit


 

ouredit = guiCreateEdit(943, 601, 207, 28, "", false)

Now i made a button
 

ouractivater = guiCreatebutton(ETC,ETC,ETC,ETC,"Activate",false)

So when i click this button and 
guiGetText(ouredit)
how can i send to server activating a bind like biding

bind key use Title

thats example

the key would be that goes in the edit and sends to server binding

Link to comment
  • Scripting Moderators
On 07/10/2019 at 01:37, Network said:

So hey , lets say
in client side i made a edit


 


ouredit = guiCreateEdit(943, 601, 207, 28, "", false)

Now i made a button
 


ouractivater = guiCreatebutton(ETC,ETC,ETC,ETC,"Activate",false)

So when i click this button and 
guiGetText(ouredit)
how can i send to server activating a bind like biding

bind key use Title

thats example

the key would be that goes in the edit and sends to server binding

If you want to send data to server use:

https://wiki.multitheftauto.com/wiki/TriggerServerEvent

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...