Jump to content

๖ۣۜζ͜͡RapGod

Members
  • Posts

    27
  • Joined

  • Last visited

About ๖ۣۜζ͜͡RapGod

  • Birthday 29/10/1999

Details

  • Gang
    Warnation
  • Location
    Lebanon
  • Occupation
    Scripter,Mapper,Developer
  • Interests
    Scripting, Mapping

Recent Profile Visitors

471 profile views

๖ۣۜζ͜͡RapGod's Achievements

Advanced Member

Advanced Member (8/54)

13

Reputation

  1. I think you should fade the camera out so that the screen gets black, get this picture in the middle of the screen for some seconds then fade the camera back in, after the picture gets off the screen. Try using "fadeCamera()" for that. (Replying based of what i think i understood of ur msg)
  2. Hey, try adding the command as a parameter to the function aswell. I'm not sure if it will work like this, but i always do it when i add a command. Example: function revivir(source,cmd) --the code here. end addCommandHandler("test",revivir) If i'm wrong then feel free to correct me. Maybe i'd learn some things myself.
  3. Can you please state the problem and only the part that you're getting errors in? And also please use the <> icon in the tab so we can see your code in a better way.
  4. Sorry i misread your script,and posted a wrong comment. Please try using those <> to help us read your code in a better way(better view).
  5. Hello. Can u please show me some code so i could help you? At least state where you're facing a problem?
  6. Hello everyone. I'm actually curious about how to create an MTA database or a mysql/sql file and how to use them. Can anyone clarify or send me some kind of tutorial so i could learn abit about this? Thanks in advance
  7. Yes plz go ahead, but please try to explain the problem in a better way cause i'm unable to understand ur english(not being offensive tho)
  8. Try using after triggerClientEvent. setCameraTarget(player) fadeCamera(player, true) I'm on my phone so i can't try and test it for you, but that's the logic. You fade it out, then u should fade it in.
  9. I did not understand what the problem actually is. Can u please clarify? So we can have a clear vision and be able to help u.
  10. Because your skin is being set client side. Try using the setElementModel in the server side script. This should fix your problem.
  11. It's easy to create fire,but why do u need a health bar for? Instead try showing the players that have the fire deputy job, to see on the radar that a fire occured somewhere. The default fire health is already set by the gta game, that once it gets hit by water, it's health will start draining until it disappears. Unless u have another idea in mind, then state it down below.
  12. Well that's easy. You can do this: local skins = {1,2,3} --"nextSkin" is the created button in your window. function setSkin(button) local i = 1 if button == "left" then --if you left clicked the button. if i > #skins then --if it's bigger than the total skin number i= 1 -- set it back to 1. --do whatever u want here. else i = i+1 -- if i is not bigger than the table amount, then increment it. end end addEventHandler("onClientGUIClick",nextSkin,setSkin,false)
  13. I do not know much about MySQL, but to me it seems a connection problem. Maybe the given ip is wrong, or your sql server ain't online. Please, correct me if i'm wrong.
  14. Woww good job mate. Keep up the hard work!!
×
×
  • Create New...