Jump to content

hank

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by hank

  1. Type: Two guiCreateWindow open, one on each computer. This guiCreateWindow has a guiCreateGridList. When guiGridListRemoveRow, wanted to erase the line on both computers. Updating the window on both computers. How?
  2. Your code worked. Something else. pegarVar = function(aa,bb) local cc = aa local dd = bb return cc, dd end addEvent("enviarVar",true) addEventHandler("enviarVar",getRootElement(),pegarVar) recebeVar = function() end Code client receives variables from the code server. Now I want to pass the variables to other functions. (recebeVar receives variables cc,dd) How?
  3. How to pass parameters? I have this code below: passar = function(aa,bb) local cc = aa local dd = bb return cc,dd end recebe = function() --I want to receive the value cc, dd function "pass". Here. How? end
  4. Apparently I've seen there's no way to solve this problem. If not troubleshoot it'll drop everything I did. Because it gets boring on a server you kick a guy and all the network has been kicked too. Can not solve it not? how to solve?
  5. No problem, if you are using seperate pc's. The only problem is if you are IP banned, both pc's would be banned. well, think of an Internet cafe (multiple computers). How it will work, only one person can play?
  6. I am creating a server, a person with two computers at home (same network). With this problem mentioned above, is hard to play. How to solve? With script solves?
  7. I'm having problem on the server, the following: 1 - Open login screen on 2 PCs on the network. 2 - I type login and password on a PC1 and enter. When logging in PC1, PC2 is logged at the same time. Note: Two computers on the network playing, One computer takes a kick, the other also takes kick. The two are kicked together. Help
  8. triggerClientEvent - send information from server to client. triggerServerEvent - send information from client to server And to send information from server to server. How?
  9. hank

    Help message error MTA

    When open MTA 1.3 this message appears: Load failed. libcurl.dll exists in the GTA directory. Please delete before continuning. Help please.
  10. Thanks to everyone for the answers, I found the name in the link above.
  11. I found Infernus, I want to know which name is txd Police LS.
  12. Thank you, you do not know where to find the txd and dff Police LS (id 596).
  13. I want to modify the car, where I caught the txd and dff? (Infernus e do carro PM de LSPD)
  14. hank

    [Help] Game money

    Beauty, thanks to all. OnOlayerChangeNick used and it worked (locked command).
  15. hank

    [Help] Game money

    Thanks again. One more question, how to disable the command / nick.
  16. hank

    [Help] Game money

    Thank you.. Now desabilitar wanted caracters like # FFFF11 name.
  17. How to make invisible/disable the game money? The $ 0000000 in the right corner.
  18. How to use kick. I want to kickar players who are off automatically. Player being kicked by the system does not need permission on the ACL. I Think.
  19. MTA is very complicated. I want to kick player when he clicks a button. It would be possible to do this? How to set the ACL? In the SAMP is so easy, using Kick (playerid).
  20. I want to kick myself. How do I?I put / kick Douglas Douglas and nothing happens.
  21. I'm having trouble, see if this code is right. function kickPlayerHandler (kickedname) if (kickedname ~= nil) then local kicked = getPlayerFromName(kickedname) kickPlayer (kicked) else outputChatBox("Error.: /kick ") end --end end addCommandHandler("kick",kickPlayerHandler) awaiting response.
  22. Jeez, I'm getting sick of this language. I'm trying to kick a player can not get more, have you looked at the wiki, the forum can not find more, I found the command in the wiki never go wrong. Could anyone help me please. I await response.
  23. Hi, I'm new here and to know the forum is simple ... I have a question on how to disconnect a player, like, have a button that the player clicks on it here, wanted disconnected, which command to use to disconnect ... I hope to answer.
×
×
  • Create New...