-
Posts
1,903 -
Joined
-
Last visited
-
Days Won
1
Everything posted by xeon17
-
Ajuda com um servidor linux
xeon17 replied to Ryuzaki's topic in Ajudas relacionadas ao MTA:SA (Cliente/Servidor)
Eu entendi bem, o problema é a sua lógica que é ruim.Na minha opinião, não é necessário o uso de um software adicional, pois o SSH está fazendo exatamente a mesma coisa. Além disso, meu português não tem nada a ver com o tema deste tópico. -
Ajuda com um servidor linux
xeon17 replied to Ryuzaki's topic in Ajudas relacionadas ao MTA:SA (Cliente/Servidor)
O que vocês dois estão falando? Claro que é possível fazer uma conta com suas permissões em SSH (sem ser root). -
Why don't you simply explain what's the problem so we may can help you?
-
Stop spamming, they would remove it if there would be a reason to remove it.
-
1. There need to be a comma after 0 (argument 3 of guiCreateStaticImage) 2. Argument 4 (height) is missing. 3. Argument 6 (5 in your code) have to be a boolean and not a number. 4. Your code will onlly create a image on the whole screen, without any animation (what S3Nn4oXx wanted if i understood him well)
-
Your code doesn't even work. What are you talking about?
-
Can you tell me, why you're using a trigger to show the image? Also, you forget the height argument at line 11. And argument 6 need to be a boolean. Your code doesn't make sense.
-
Hello, I have a problem with the createTeam function which doesn't work properly in my code. The problem is, only one team is created but there are a few more teams saved in the database but only the first team is being created and i would like to know why? This is a screenshot of the database table where the teams are stored. The first team which in this case is Team1 is being created but the others not. My code: function Gang:loadGangs () Database:getConnection():query(function(result) local result = result:poll(0) local name = result[1].Name local r = result[1].r local g = result[1].g local b = result[1].g local leader = result[1].Leader local tag = result[1].Tag local XP = result[1].XP self.Gang = Team(name, r, g, b) self.Gang:setData('name',name) self.Gang:setData('xp',XP) self.Gang:setData('r',r) self.Gang:setData('g',g) self.Gang:setData('b',b) self.Gang:setData('leader',leader) for _,player in pairs (getElementsByType('player')) do if (self: getPlayerGang(player) == name) then self: setPlayerGang(player, name, self: getPlayerLevel(player)) end end outputDebugString('Gangs: Gangs succesfully loaded!') end,"SELECT * FROM Gangs") end
-
If i remember well, i had the same error before when i haven't installed it. The server runs fine though.
-
Make sure that you've installed the libmysqlclient.so which you need to run MySQL on a Linux OS.
-
Sounds great, waiting for it. Also i love how much you care for the performance of the script
- 28 replies
-
- trains
- not compiled
-
(and 2 more)
Tagged with:
-
We don't give support with leaked scripts, which in your case are stolen from United Gaming.
-
That is a very outdated version of DayZ , that's why i've recommended you to use the newest one which is being updated often and is without bugs. Also, in that version of DayZ most the files are complied and not-editable.
-
Hello, I have a problem in the latest MTA 1.6 build which is r7469. The crash happened today when i started a resource which contain some CEF stuff. The wierd thing is, a friend who was also online in my server haven't crashed. I haven't tested does this happen in the older MTA 1.6 builds but i remember it worked well in MTA 1.5. The crash error is: Version = 1.6-unstable-7469.0.000 Time = Wed Sep 02 16:24:26 2015 Module = D:\Projects\MTA San Andreas 1.6\mta\core.dll Code = 0xC0000005 Offset = 0x000FB68F EAX=00000000 EBX=124E98A8 ECX=738D0076 EDX=0B2C7C58 ESI=2913F748 EDI=2913F748 EBP=0029EE84 ESP=0029EE3C EIP=040CB68F FLG=00010246 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
-
Try the latest DayZ version.
-
Is this going to be fixed soon?
-
Hello, I have a problem when i try to connect to my local server, the problem happens after i updated my client and server to the latest MTA 1.6 build which is r7465. The error is the following: You were kicked from the game (SD #21) This server requires a non-modificated gta_sa.exe. Please replace gta_sa.exe.
-
I agree, best tutorial currently available in mta *internet *world