Jump to content

Anubhav

Members
  • Posts

    2,277
  • Joined

  • Last visited

Everything posted by Anubhav

  1. Wait what? Thanks for what? We posted thanks woah lol. See the posts! If you are going better then post more resource and see your signature. I would make small scripts for free lel
  2. LuCaS, you don't even know what does he need. He needs BLIPS not only PLAYER BLIPS. He needs the math part. local blip_x = (3000/6000)*MimgW local blip_y = (3000-py)/6000*MimgH This part. Let me know if they are there are not
  3. Anubhav

    Question

    SQLite, MySQL. XML for small datas always. Account data if you have less players.
  4. I meant the HUD experts can do it fast. But Bilal is new, if he tries that without copying and makes a successfull hud then that's pretty good. This is realy realy a simple script.
  5. ara wa, chalta hein, tun ne to function ko overwrite kiya tha tho, Dhyan dene de, mein daktha hu
  6. Anubhav

    Help

    No. You must make it yourself, I never tried that.
  7. Scripting karne ke bohat se ways hain, mera bhi work karta hai. tuna wrapper function bana diya, wo kuch or hi hein. wo sirf output karta hein nikal ta nahi! aur tu kabhi kabhi decrypted functions use karta hein <
  8. Scripters - DNA261 - Anubhav ( better ) Paid scripters - Anubhav Paid mappers - DNA261 - Mr.ShariQ Ache pash ana walay - Mr.ShariQ - DomesticCat - MoezKhan - Lamapad>< - Sam1er - TeeXo~ - Mr.Rice Ladna walay Sablog life mein ladte hein! Credit Removers - Evil# Religion Fighters ( skype counted ) Koy bhi nahi hein, likin tum logo ko malum hein ki sab religion ke liya fight KARTA hein. Mein yaha pe kisa ka nam nahi lunga, More coming soon!
  9. Anubhav

    Help

    local blip = { } addEventHandler ( "onPlayerChat", root, function ( ) if ( not isElement ( blip [ source ] ) ) then blip [ source ] = createBlipAttachedTo ( source ) end local theTeam = getPlayerTeam ( source ) if theTeam then local r, g, b = getTeamColor ( theTeam ) setPlayerNametagColor ( source, r, g, b ) setBlipColor ( blip [ source ], r, g, b, 255 ) else local r, g, b = 255, 255, 255 setPlayerNametagColor ( source, r, g, b ) setBlipColor ( blip [ source ], r, g, b, 255 ) end end ) addEventHandler ( "onPlayerQuit", root, function ( ) if isElement ( blip [ source ] ) then destroyElement ( blip [ source ] ) end end )
  10. [lua] addCommandHandler ("jop", function(sot) givePedJetPack(sot) outputChatBox ("You've Got A Jet Pack", sot, 0, 255, 0) end ) addCommandHandler ("rjop", function(sot) removePedJetPack(sot) outputChatBox ("You've removed you Jet Pack", sot, 0, 255, 0) end )
  11. urdu ya hindi mein bat karo plez.
  12. mein tameez se sirf ache logo so bath karta hu. tu kudh ko dekh, ita badha soch tha kudh ko liking hein kya? lel
  13. mujha offend nahi karna liken commandName variable ki zarovat nahi thi, directly type karla ta.
  14. Actually you can also use onElementDataChange with a trigger!
  15. Anubhav

    Help

    local blip = { } addEventHandler ( "onPlayerChat", root, function ( ) if ( not isElement ( blip [ source ] ) ) then blip [ source ] = createBlipAttachedTo ( source ) end local theTeam = getPlayerTeam ( source ) if ( not theTeam ) then return end local r, g, b = getTeamColor ( theTeam ) or 255, 255, 255 setPlayerNametagColor ( source, r, g, b ) setBlipColor ( blip [ source ], r, g, b, 255 ) end ) addEventHandler ( "onPlayerQuit", root, function ( ) if isElement ( blip [ source ] ) then destroyElement ( blip [ source ] ) end end )
  16. Very easy, make some hard things or some small pretty impressing hud's like #Samy or LekRoots do. I am not telling this is bad, its nor good. Its not bad nor good. In /defaultstats you could make a saver, could be 100% better. Looking for that update then it will be good enough!
  17. I guess its a MTA/GTA bug. LuCaS @ You don't a make script to load objects
  18. Still it will cause some small lags, why don't you just use a timer on each seconds. It will be better than onClientRender!
  19. radLinks, radRechts = nil, nil function radExit() local Vehicle = getVehicleController(source) radLinks, radRechts = getVehicleComponentRotation(source, "wheel_lf_dummy"), getVehicleComponentRotation(source, "wheel_rf_dummy") setVehicleComponentRotation(source, "wheel_If_dummy", radLinks) setVehicleComponentRotation(source, "wheel_rf_dummyr'", adRechts) end addEventHandler("onVehicleExit", getRootElement(), radExit) function radEnter() if not radLinks then return end setVehicleComponentRotation(source, "wheel_If_dummy", radLinks) setVehicleComponentRotation(source, "wheel_rf_dummyr'", adRechts) end addEventHandler("onVehicleEnter", getRootElement(), radEnter) function radRespawn() if not radLinks then return end setVehicleComponentRotation(source, "wheel_If_dummy", radLinks) setVehicleComponentRotation(source, "wheel_rf_dummyr'", adRechts) end addEventHandler("onVehicleRespawn", getRootElement(), radRespawn)
  20. Thik hu. Mujha sirf kuch pakistani passand hein. Jo thik thak hein. ShariQ ake hein fir attha hein Sam1er aur i think you
  21. anubhav.agarwal80. mujha add kar, may tujha fair price ya free kilya bana ka de dunga.
  22. No viewtopic.php?f=148&t=77161 Stop thinking it won't, it will decrease performence. You don't care right? See performence browser.
×
×
  • Create New...