Jump to content

drk

Members
  • Posts

    1,607
  • Joined

  • Last visited

Everything posted by drk

  1. Hi ! Ive created a resource when a weapon fire the resource set the position of the player to the Hospital and fade the Camera. Then weapons are taked and gets 1000$ from the player. So, the code is: Server Side Code: function headless ( source ) if isPedHeadless ( source ) == true then outputChatBox ( "#ff8c00 -Cryptic KaMiKaSe- | #ff0000Você não pode atirar que nem um louco sem a cabeça !!!", source, 255, 255, 255, true ) fadeCamera ( source, false, 1.0, 0, 0, 0 ) setElementPosition ( source, -2866, 467, 4 ) takeAllWeapons ( source ) outputChatBox ( " ", source, 255, 255, 255, true ) outputChatBox ( " ", source, 255, 255, 255, true ) outputChatBox ( " ", source, 255, 255, 255, true ) outputChatBox ( "#ff8c00 - Cryptic KaMiKaSe- | #00ff00Você foi para o Hospital e foi curado ! Os médicos pegaram #ffff00R$1000 de você !", source, 255, 255, 255, true ) takePlayerMoney ( source, 1000 ) end end addEventHandler ( "onPlayerWeaponFire", getRootElement(), headless ) In debugscript and Console not appear erros in the script. Ive used the setPedHeadless in other resource when i type /semcabeca in the Chat the player is headless. ( Sorry for my bad english ). Help me pls ;S
  2. Hi, Im starting a Freeroam / RolePlay / GangWar Server ( Multi - Mod Server ) and I need 1, 2 scripters to help. I can give anything in return you want, except money ;S If you want PM me.
  3. Woooow ! It worked Thanks very much JR10 !
  4. Dont work The code is: --[[----------------------------------------- -- Client Side Image Script --@author +iMortal --@description Client Side Image Script -----------------------------------------]]-- function drawImage() local screenWidth, screenHeight = guiGetScreenSize() image1 = guiCreateStaticImage(screenWidth/2, screenHeight/40, 'gfx/img/one.png', false) Animation.createAndPlay(image1, Animation.presets.guiFadeIn(800)) Animation.createAndPlay(image1, Animation.presets.guiPulse(1000)) end addEventHandler ( "onClientResourceStart", getRootElement(), drawImage)
  5. Hey, ive used the arc_ animation library and Race Gamemode to create the image resource. The code is it: --[[----------------------------------------- -- Client Side Image Script --@author +iMortal --@description Client Side Image Script -----------------------------------------]]-- function drawImage() local screenWidth, screenHeight = guiGetScreenSize() image1 = guiCreateStaticImage(screenWidth/2, screenHeight/40, 'gfx/img/one.png', false, nil) guiSetAlpha(image1, 0) Animation.createAndPlay(image1, Animation.presets.guiFadeIn(800)) Animation.createAndPlay(image1, Animation.presets.guiPulse(1000)) end addEventHandler ( "onClientResourceStart", getRootElement(), drawImage) The image is in directory: gfx/img/one.png. But the image not appear, the type in meta.xml is client, arc_ library type=client, the code type is client but not appear, in console not appear erros and in /debugscript . Help me, and sorry for my baaad english
  6. My server is hosted in FWCentral and I'm satisfied with it ! Very good support, the FTP acess dont have any problems, Im very happy with the hosting!
  7. -.- If I had found something about it, you think I posted? -.-
  8. Hi! Can someone help me to create a resource that is running my images on the screen? Example: Brasil Mortal Oficial (First image) | SERVER-IP (Second image) but with Fade. Can anyone help me please?
  9. Hello! I need a 50 slot host for ..::Brasil Mortal Oficial 24/7::.., but can not afford right now: S Can anyone host the server for me pls? Pleaseeeeee I give anything in exchange, but no money ! : D
  10. Hello! I need a 50 slot host for ..::Brasil Mortal Oficial 24/7::.., but can not afford right now: S Can anyone host the server for me pls? Pleaseeeeee
  11. Hi ! I want this ! I can put up advertisements on the Server site and in Server !!
  12. drk

    Scheduled Event

    Hi! Can someone help me to create a event resource on a scheduled time? I want to make a Hunter resource event scheduled for real 00:00 ! Can someone help me ?
  13. I'm wanting to do a good server with someone, if you want to work with me, I'm good scripter: D I will not ask for money
  14. Hey maan, are you the owner of [FG] 24/7 Freeroam++ ?
  15. Ok I just changed a few gamemode files. (Files from a race gamemode stolen of a server.)
  16. I am creating a Multi-Mod Server Project as the MTA Click21 Brazil. I need scripters. Who wants to help me speak; D
  17. Hi ! Ive resolved the problem ;D Thanks for the repply !
  18. If you remember ... please say to me !! And sorry for my bad english
×
×
  • Create New...