-
Posts
1,532 -
Joined
-
Last visited
-
Days Won
2
Everything posted by diegofkda
-
setFloorDampLevel ( bool state, [float level = 1.0]) Set the actual floor state, if damp (like in rain weather, to true) or normal (to false). Level : set the damp level. carWheelWater: lol well I didn't have a better name, it will set if the car ehmm launches smoke behind.
-
No, no, dude, I just tried to put some humor here .
-
Hey town, remember to tell that if you remove your GTA_SA.set, all setting data will be lost, that's an important point because I have configured all my GTA:SA single-player controls (I took about an hour), and if you remove the set file, my controls will be set to default (well who said there isn't people like me) .
-
Never heard that bug, that just happens when I always do /reconnect. I think the problem is there are many players joining and leaving the game, you can try join when the server isn't full.
-
What can MTA Team do?
-
¿Probaste el script que te dí?
-
Obviously if you mod your GTA:SA, the MTA Team has nothing to do because MTA hasn't been made for play with mods. Alex's stream fix cannot be imported to the MTA, because MTA Team can't handle ASI files, as Towncivilian said, no one knows how it works exepting the author.
-
Can a moderator lock this topic? this was just a warning and it finished being a stupid war.
-
And now 1.1 lags a lot, 1000 times than 1.0.5 & 1.0.4 together anyway I'm waiting to 1.1, I can't wait for it!! Btw guys what's the thing that is making lags on 1.1?
-
The correct section would be Scripting, but well, there are many people posting things like "HELP MY SCRIPT NOT WORKING", so I think this is a better section for post things like this, but if your script isn't working you can go to the Scripting section
-
Claro, pero hay gente como Cristian que solo quería hacer un par de cosas nada más, para qué aprender algo que nunca más lo usarías bueno, claro está que si quiere hacer más... bueno, no lo ayudaría en toooodooo
-
dxDrawVideo? well the video will appear from the start every GTA frame
-
That will cause less players to my freeroam server so I decided to make a potential anticheat.
-
Speedometer has been stolen from AG too.
-
Mira, primer lugar, no uses , usa [ lua ] ya que así es mas facil leer el script Sería así [xml] function toggleblur(jizmopper) if isObjectInACLGroup( 'user.'..getAccountName( getPlayerAccount( jizmopper ) ), aclGetGroup( 'Admin' ) ) and hasObjectPermissionTo( thePlayer, 'function.toggleblur', true ) then jizvar = jizmopper jizmoppersblurlevel = getPlayerBlurLevel( jizvar ) if jizmoppersblurlevel == 36 then playSoundFrontEnd ( jizvar, 11 ) setPlayerBlurLevel ( jizvar, 0 ) outputChatBox ( "* Blur has been turned#FF0000 OFF.", jizvar, 255, 255, 255, true ) elseif jizmoppersblurlevel == 0 then playSoundFrontEnd ( jizvar, 11 ) setPlayerBlurLevel ( jizvar, 36 ) outputChatBox ( "* Blur has been turned#00FF00 ON.", jizvar, 255, 255, 255, true ) else setPlayerBlurLevel ( jizvar, 36 ) playSoundFrontEnd ( jizvar, 4 ) outputChatBox ( "* Abnormal Blur Level.#00FF00 Setting to default.", jizvar, 255, 0, 0, true ) end end end addCommandHandler ("blur", toggleblur) [/xml] Bueno, jizmopper significa el jugador, en los casos de los comandos, en la primera palabra del entreparentesis del inicio de la función representa al elemento o jugador que hizo la accion, osea que hizo el comando... que en este caso no puede ser nada más que un jugador .
-
Cualquer otra duda me dices .
-
Quisiera dejar claro algo... El foro está para ayudar, si no entiendes algo, ¡bién! ¡tienes todo el derecho a pedirnos ayuda! Cristian solo pidió ayuda para borrar el Best Drift, mover el burnout más arriva y etc..., está bien, él solo quería eso nada mas, no quería aprender y lo entiendo, lo entiendo porque hay gente que no tiene facilidad ni está interesado en la Informática, bueno, MTA es un pasatiempo, no es para aprender informática que yo sepa .
-
Well, there are gamemodes that grenades & projectiles are required, so the bug is an important bug for me.
-
I saw the same gamemode on the CG and much more servers. Are you serious that was timic the leader? XG team cloned the mtasa.tk server, I saw a server with the same name that redirects to XG server
-
1.0.3 and less, it's too easy to evade the serial ban.
-
You can download a free test-version in the author page, 3ds Max 2011 is a product of Autodesk, and Photoshop, a product of Adobe. 3Ds Max 2011 won't run on old computers (or old processors), so I recommend the 9 for old computers, it works fine. Anyway nice tutorial, this will help to those people who want to make some Hipnoze maps
-
This problem is made maybe by your directX, try to get the latest version. By the way, I did 200 images with my old computer and they worked correctly.
-
Para hacer el vehículo invulnerable, es más recomendable usar el damage proof (a prueba de choque) para eso: function damageproof(player) vehicle = getPedOccupiedVehicle ( player ) if ( isVehicleDamageProof(vehicle) == true ) then setVehicleDamageProof ( vehicle, false ) outputChatBox ("Vehicle-godmode disabled", player, 255, 0, 0) else setVehicleDamageProof ( vehicle, true ) outputChatBox ("Vehicle-godmode enabled", player, 0, 255, 0) end end addCommandHandler ( "godmode", damageproof) Debería funcionar, pero no lo he probado .
-
Press F8 and tell us what does it say.
