Jump to content

kevenvz

Members
  • Posts

    165
  • Joined

  • Last visited

Everything posted by kevenvz

  1. That one of varez worked. But thanks, you both. Realy thanks, now I can release this one.
  2. I will do it for you when I am done. @XX3 Nice HUD, but by your alternate HUD where a few things bugged. When you swim you saw that by GTA:SA HUD can you make here that you see a bar then above the armor? And wanted stars. Can you make that above the mini map? I really like it! Can't wait until it will be released.
  3. Hello, I made a code and it won't show up addEventHandler( "onClientResourceStart", resourceRoot, function( ) local screenX, screenY = guiGetScreenSize( ) label = guiCreateLabel( 0, 0, screenX, 15, "Gangsta RPG: " getVersion(), false ) guiSetSize( label, guiLabelGetTextExtent( label ) + 5, 14, false ) guiSetPosition( label, screenX - guiLabelGetTextExtent( label ) - 5, screenY - 27, false ) guiSetAlpha( label, 0.5 ) end )
  4. Wow nice! Will use this in gangsta RPG.
  5. kkidd5 THTA ONE IS BUGGED!
  6. First BETA released Gangsta RPG will be the first(dunno I think) and best SQLLite(no MySQL) RPG server!!!
  7. W00T! First BETA released! Post down here the bugs(If you got) I wanted to thanks kkidd5 for his help. If I don't got his help then maybe tomorrow the first BEAT will be released. (Carram is bugged I know) Got any problems list it down here? P.S. This ZIP file are resources inside! ANd the mtaserver.conf(my if you want it realy handy) Enjoy!
  8. Oh my god! THis got better and better! Can't you release any BETA's?
  9. I don't know what you mean? Do you mean to replace an object(like a car) to an other object?(Car that is modded)
  10. Uhm dude look ^^ What I say'd. I am making one and the first BETA(if chat system is a little bit good) will release soon!
  11. Hello, here is my animation system(commands no gui). I use this for my WIP(Work In Progress) gamemode Gangsta RPG. It is still in BETA but I realy like it! https://community.multitheftauto.com/index.php?p= ... ls&id=1261 Download ^^ viewtopic.php?f=108&t=29948 WIP gamemode ^^ - Keven
  12. Uhm... vehicle system whit: You can buy cars, whit an menu that you can re spawn them. Lock, engine on/off, lights on/off. Fuel system whit all gas sations in LS. Maybe an 3D text?
  13. What can make? All scripts(that are RPG) we can use.
  14. Uhm... can you make one whit all then I can see how it wil looks like. @cowturbo Sure! Everyone is welcome to help!
  15. I hope it too, I will release some pics fast! P.S. There will be a test server for this gamemode.
  16. I am makeing one whitout MySQL but it is still in developement. Look or search [WIP] Gangsta RPG
  17. Yhea, thanks I realy like it that you want to help me. I see'n your alternate HUD it was realy nice. But I want more like this: http://i55.tinypic.com/dsacz.png I hope you can make it
  18. Hello, I am gonna make an RPG game mode. I will release all BETA's I got. So I hope I can make it. The work progress are here down: Save system: 40% Animation system: 45% (Looking at MTA: Paradise animation system, it looks a little bit like that one) HUD: 0% (Can somebody code this for me/help me coding it) Chat system: 30% Vehicle system: 30%%(Fuel, modshop etc. Not buy vehicle) Bank system: 60% (Used 50P's bank system as base) Payday: 40% (Bank system must be fully then I can code bank rent)(Automatic every hour payday $200(you can changethis)) Gui's: 20%(Server side codes not in here) A few jobs(Medic, cops, ?): 0% (First gonna code all the other things) Mapping(ONLY GROVE STREET! Maybe we will map soem more in other BETA's): 100% Total(Not whit calculator): 25% Do you want to help? Say it then down here. All help is welcome. Or add me on MSN: [email protected] EDIT: For the people who don't know this these are a few resources that are a complete game mode. There isn't really a base. Already released BETA resources: Animations BETA(Updated for the guys who think it is "bugged") FULL BETA LINKS(THIS ISN'T 100%!!!) BETA 1 Got bugs? Please report it down here P.S. I want an ID system that placed too in a dxScoreboard. Can somebody make this. Because it is handy if you do /pm 9 Hello! Back online! Then: /pm [uRP]Danny~Superbaas Hello! Back online! Latest release things: 11-13-2010: - Removed chat system(Will release this 100%) - Better animations - New Version script - And more(dunno what ) Credits -------------------------------------------------------------------- - Keven (Main scripter and editor) - kkidd5 (Scripter, some resources) - lil_Toady (Admin panel) - 50P(Base for the bank(didn't edit YET)) - Dakilla (Blood(Maybe I will remove it dunno)) - TrueLife (Editing blood whit better graphics(I like the graphics)) - Nidza (Carramming that is totaly bugged! Will remove it if I am you.) - Awwu (DXscoreboard) - Castillo (Computer system) - Test Gangsta RPG on the test server. mtasa://188.165.232.115:22004/
  19. Uhm? I already knowed that read ^^^^
  20. I did this. Realy wired here is my code: -- server sided function cancelPedDamage ( attacker, weapon ) if (attacker) and (weapon == 24) then setPedAnimation( source, "ped", "FALL_front") cancelEvent() -- cancel any damage done to peds end end addEventHandler ( "onPlayerDamage", getRootElement(), cancelPedDamage )
  21. Oh guys, In think I got it I got my script server side and that event is client side maybe onPlayerDamage will wokr EDIT: It works! But I wanted that it won't damage people. How do I code that
  22. THanks first it didn't work now I try it! I hope it works!!!! Edit: Still don't work ;( can somebody make it work?
×
×
  • Create New...