Jump to content

joao1234

Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by joao1234

  1. its just cliente side?
  2. Hey guys where can i get animation library by arc?
  3. Hey guys i seen that userpanel: And my question is how he does the animation in 0:00-0:05 ?? what function should i use or what program?
  4. yes its in the nametag xDband thx Pai_[N]
  5. Hey guys i want to make a wanted level system, but i want to show the player wanted level in his nametag like: *An0n-[WantedLevel] what functions should i use to do it?
  6. i think yes :3 i dont have time now
  7. Tapl this will make whenever i attact other guys with my fists they will make more damage?
  8. no i want to make my fists a bit more powerfull
  9. Hey guys! What function should i use to set the player Melee damage??
  10. i need to post it? then all players will stole it
  11. well i did it all but still dont work S: if u can enter in my server.. S:
  12. Hey guys! i have made a pizza deliver and a trucker job.. but when i have the trucker job and i wont it more and i want to be a pizza man i walk into the marker of the pizza job, but then when i press the button to have the job it doesnt move me to the team of the pizza delivers and dont destroy the old blip and marker of the destination to deliver the goods what functions should i use to make it working?
  13. hey! im making a script but i want to prevent a player opens the gui when he its the marker and is in "Pizza Delivers" team code: addEventHandler ( "onClientMarkerHit", job, function (player) if (getElementType(player) == ("player")) and ((player) == localPlayer ) then if ( getPlayerTeam( localPlayer ) == "Pizza Delivers" ) then outputChatBox ( "You are already a Pizza Deliver!", 0, 255, 0 ) guiSetVisible(Window_Job,true) showCursor ( true ) end end end )
  14. Hey contact me so we can talk I need a RPG scripter!! I need a bankrob system for a fair prices... paying a fair price for the scripts.. add me on skype: joao-ferreira123
  15. joao1234

    Help me!

    How can i create a gridlist to choose a skin??
  16. Hey guys i started making a pizza delivery job, but when i click on the button to close the gui it wont close local job = createMarker ( 812, -1623, 12.5, "cylinder", 1.5, 242, 164, 12, 240 ) local blip1 = createBlip( 812, -1623, 12, 56 ) addEventHandler ( "onClientMarkerHit", job, function ( localPlayer ) Window_Job = guiCreateWindow(0.38, 0.30, 0.23, 0.39, "Pizza Delivery Job", true) guiWindowSetSizable(Window_Job, false) TextodaJob = guiCreateLabel(0.04, 0.09, 0.91, 0.33, " Pizza Deliver\n\nHere you can be a Pizza Deliver, you just need to drive with your Pizza Faggio to the client's home and deliver the pizza to him.\n\nWin: 500$ - 1500$\n\nGood Luck", true, Window_Job) guiLabelSetHorizontalAlign(TextodaJob, "left", true) GridlistdasSkins = guiCreateGridList(0.04, 0.51, 0.92, 0.30, true, Window_Job) guiGridListAddColumn(GridlistdasSkins, "Skins", 0.9) TextdasSkins = guiCreateLabel(0.04, 0.46, 0.36, 0.04, "Pick your Skin:", true, Window_Job) BotaoAccept = guiCreateButton(0.04, 0.84, 0.36, 0.12, "Have Job", true, Window_Job) guiSetProperty(BotaoAccept, "NormalTextColour", "FFAAAAAA") BotaoDecline = guiCreateButton(0.61, 0.84, 0.36, 0.12, "Cancel", true, Window_Job) guiSetProperty(BotaoDecline, "NormalTextColour", "FFAAAAAA") Label_entreBotoes = guiCreateLabel(0.48, 0.88, 0.05, 0.04, "OR", true, Window_Job) guiSetVisible ( Window_Job, true ) showCursor ( true ) end ) addEventHandler ( "onClientGUIClick", BotaoDecline, function() guiSetVisible (Window_job, false) showCursor (false) end ) Error: bad argument @addEventHandler [expected element at argument 2, got nil]
  17. Hey guys! i sold my race to a guy but it have one problem... The problem is when he put the race in his oficial server it just shows a black screen and dont work... BUT when he put it in his local server it works perfectly the stange is it doesnt give any problem in debugscript 3. If u can help me i will be very happy :DD
×
×
  • Create New...