Jump to content

scienziato-pazzo

Members
  • Posts

    108
  • Joined

  • Last visited

Everything posted by scienziato-pazzo

  1. I don't know how to do it. I'm new in the MTA scripting and I don't know what I have to do.
  2. Can I have the complete function to this command: "/givemoney [playerid/partofname] [amount]"?
  3. give me link this resource I use the MTA Paradise gamemode.
  4. Sorry but I'm not english and I don't understand good. I read this in another resource: local player, name = exports.players:getFromName( thePlayer, victim )
  5. Would be faster if you read everything people say. And what people say?
  6. Yes, but how to do what I want? It's possible?
  7. And how to do the "playerid" or "part of name"? Not only part of name?
  8. There's a way to use playerid/partofname?
  9. I written the exact name but it doesn't work. With color codes? No, without color codes.
  10. I written the exact name but it doesn't work.
  11. It says: "|Uso:| /givemoney [giocatore] [soldi]" when I do /givemoney [playerid or name] [amount]
  12. I changed to this: function DaiSoldi(player,cmd,source,quantita) quantita=tonumber(quantita) if(quantita) then givePlayerMoney(source, quantita) else outputChatBox("|Uso:| /givemoney [giocatore] [soldi]",player) end end addCommandHandler("givemoney", DaiSoldi) but it says: "Bad argument @ 'givePlayerMoney'"
  13. I did this function: function DaiSoldi(player,quantita) quantita=tonumber(quantita) givePlayerMoney(player, quantita) outputChatBox("|Uso:| /givemoney [giocatore]",player) end end addCommandHandler("givemoney", DaiSoldi) but doesn't happen anything. Why?
  14. Resolved. I installed Windows XP on VirtualBox.
  15. I used VirtualBox and installed Windows 8 x86 (because I use it and the server works) but it says that module mta_mysql.dll not found. EDIT: And when I open it on Linux (Ubuntu 12.10) it says "Client triggered serverside event [EVENT], but event is not added serverside"
  16. I already did this. So I can't do anything on a 64-bit system. But there isn't an emulator that can start the server on 32-bit? EDIT: Anyways I read that there's a 32-bit emulator included in Windows (SysWOW64), how to use it?
  17. No, there is in modules folder and I added the row to load it in mtaserver.conf .
  18. My Dedicated Server has Windows Server 2012 x64. Not Linux.
  19. Hi, when I start the server on my PC x86, mta_mysql.dll works. Else if I start it on a Dedicated Server x64 it says this: MODULE: Unable to find modules/mta_mysql.dll . I have Windows on both of systems, but my PC is x86 while the Dedicated Server is x64.
×
×
  • Create New...