-
Posts
108 -
Joined
-
Last visited
Everything posted by scienziato-pazzo
-
Why none responds to this topic?
-
Anyone can help me?
-
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.
-
Can I have the complete function to this command: "/givemoney [playerid/partofname] [amount]"?
-
give me link this resource I use the MTA Paradise gamemode.
-
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 )
-
Would be faster if you read everything people say. And what people say?
-
Yes, but how to do what I want? It's possible?
-
And how to do the "playerid" or "part of name"? Not only part of name?
-
EDIT: Works now
-
There's a way to use playerid/partofname?
-
I written the exact name but it doesn't work. With color codes? No, without color codes.
-
I written the exact name but it doesn't work.
-
It says: "|Uso:| /givemoney [giocatore] [soldi]" when I do /givemoney [playerid or name] [amount]
-
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'"
-
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?
-
Resolved. I installed Windows XP on VirtualBox.
-
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"
-
How to use Mantis Bug Tracker?
-
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?
-
And how to use MySQL on 64 bit?
-
No, there is in modules folder and I added the row to load it in mtaserver.conf .
-
My Dedicated Server has Windows Server 2012 x64. Not Linux.
-
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.
-
Nessuno mi sa aiutare?
