Jump to content

scienziato-pazzo

Members
  • Posts

    108
  • Joined

  • Last visited

Everything posted by scienziato-pazzo

  1. But how to set a background image in the gui Window?
  2. Hi, I saw in some servers that there is a customized gui, for example it's grey instead of black and it has got a different style. So how to customize the gui?
  3. Ok thanks, I'll try to do the script.
  4. Integer is a number value. Yes, I know what is an integer, but I asked what is the integer mentioned in the wiki page.
  5. Yes but I don't know what means this: group : An integer representing the world sound group How I can find this integer?
  6. I don't understand on the wiki how I have to use them.
  7. Hi, how to install sound mods on MTA? For example police car sirens mod.
  8. Thanks, it works, but can you explain me why I have to do it?
  9. Clientside function disattivaLogin(thePlayer) toggleControl("chatbox",true) guiSetVisible(GUIEditor.button[1],false) guiSetVisible(GUIEditor.button[2],false) guiSetVisible(GUIEditor.label[1],false) guiSetVisible(GUIEditor.label[2],false) guiSetVisible(GUIEditor.edit[1],false) guiSetVisible(GUIEditor.edit[2],false) guiSetVisible(GUIEditor.staticimage[1],false) showCursor(false) stopSound(logintheme) end addEvent("onFattoLogin",true) addEventHandler("onFattoLogin", getRootElement(), disattivaLogin) Serverside triggerClientEvent("onFattoLogin",getRootElement())
  10. Hi, I don't know why but the client scripts that I do are applied to all players. For example if a player click Register, everyone sees "Registered succefully". How to remove this?
  11. Hi, is there a function to check if a string contains special characters? For example ; , . : @ ~ and so.
  12. Hi, I use the dbQuery instruction to use queries. But how to use the old mysql_real_escape_string to protect the query from MySQL Injection?
  13. I don't know if this has been said yet but, if it says "unable to load/find module sha", on my XP computer, you had to type loadmodule sha.dll, you know, with the ".dll" part. Just putting that out there. It worked for me. Thanks, it works!
  14. Hi, I created an SQL connection in a resource, how to use it into another resource?
  15. Hi, is possible to kick a player on a client script? kickPlayer is a server-side instruction, because I don't know. Is it possible?
  16. Make sure you've added the faction to your wcf1_group table and the canBeFactioned field is set to 1. But I want to create a faction by this command, not to add a player into it.
  17. The /createfaction command doesn't work ...
  18. Hi, I use the MTA Paradise scripts but what means exports function? Example: exports.players:givemoney(player,amount)
  19. There's a computer resource but how to use it?
×
×
  • Create New...