Anubhav
Members-
Posts
2,277 -
Joined
-
Last visited
Everything posted by Anubhav
-
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
-
Try using a ipair.
-
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
-
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.
-
Done Mein script stealer nahi hu.
-
ara wa, chalta hein, tun ne to function ko overwrite kiya tha tho, Dhyan dene de, mein daktha hu
-
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 <
-
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!
-
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 )
-
[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 )
-
urdu ya hindi mein bat karo plez.
-
thino ak dusra ke dushman hein lel
-
mein tameez se sirf ache logo so bath karta hu. tu kudh ko dekh, ita badha soch tha kudh ko liking hein kya? lel
-
mujha offend nahi karna liken commandName variable ki zarovat nahi thi, directly type karla ta.
-
Actually you can also use onElementDataChange with a trigger!
-
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 )
-
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!
-
I guess its a MTA/GTA bug. LuCaS @ You don't a make script to load objects
-
Still it will cause some small lags, why don't you just use a timer on each seconds. It will be better than onClientRender!
-
The wheel turned when exiting the car as MTA script?
Anubhav replied to MrGTAmodsgerman's topic in Scripting
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) -
Thik hu. Mujha sirf kuch pakistani passand hein. Jo thik thak hein. ShariQ ake hein fir attha hein Sam1er aur i think you
-
anubhav.agarwal80. mujha add kar, may tujha fair price ya free kilya bana ka de dunga.
-
No viewtopic.php?f=148&t=77161 Stop thinking it won't, it will decrease performence. You don't care right? See performence browser.
