-
Posts
7,337 -
Joined
-
Days Won
11
Everything posted by TAPL
-
when the player join he aren't logged. and still line 2 wrong you should use source.
-
AC #11 More trainers https://wiki.multitheftauto.com/wiki/Anti-cheat_guide
-
---------------------------buttons spawn---------------- tem5 = guiCreateButton(10,190,90,30,"tem5",false,SpawnPanel) ---------------------------Link buttons spawn---------------- function onGuiClick(button, state, absoluteX, absoluteY) if source == tem5 then setElementPosition(localPlayer,2192.2094726563,1676.8177490234,12.328513145447) setPedRotation(localPlayer,91.98) end end addEventHandler("onClientGUIClick", root, onGuiClick)
-
it won't trigger itself, you need to use event or whatever to trigger the function.
-
in fact, anyone can use the command 'bm' and set next map without losing money.
-
كودك غير مفهوم و كله أخطاء ياليت تشرح وتوضح الي تبي تسويه بالتفصيل
-
أنصحك تستخدم ذا المود https://community.multitheftauto.com/ind ... ls&id=1152
-
openports أكتب في الشاشة السوداء وقل لي وش طلع لك
-
relative: This is whether sizes and positioning are relative. If this is true, then all x,y,width,height floats must be between 0 and 1, representing measures relative to the parent. kemo = guiCreateStaticImage ( 0,0,799,599, "kemo.png", false ) guiSetVisible(kemo ,false) setTimer(guiSetVisible,10 * 1000,1,kemo ,true) setTimer(guiSetVisible,15 * 1000,1,kemo ,false)
-
your meta look fine. try it with timer function warp(player) setElementPosition(player,0,0,0) setTimer(setElementFrozen,200,1,player,true) end addCommandHandler("warp", warp) Its wont work! Try this: function warp( player, command, dimension ) setElementPosition(player,0,0,0) setTimer(setElementFrozen,200,1,player,true) end addCommandHandler("warp", warp) [/lua] lol'ed.
-
ok, how is function lol get triggered/called?
-
your meta look fine. try it with timer function warp(player) setElementPosition(player,0,0,0) setTimer(setElementFrozen,200,1,player,true) end addCommandHandler("warp", warp)
-
realy? show your meta. TheIceman1@ your is same.
-
doesn't work? did you try with last code i post? this triggerClientEvent("lolEvent",zKills,Rank) should be triggerClientEvent(thePlayer,"lolEvent",thePlayer,zKills,Rank)
-
how you are call function lol ? or it call his self? also you trigger for who? function lol(thePlayer) local account = getPlayerAccount(thePlayer) local zKills = getAccountData(account,"Zombie kills") local Rank = getAccountData(account,"Rango") triggerClientEvent(thePlayer,"lolEvent",thePlayer,zKills,Rank) end
-
zKills = "-" Rank = "-" function hideIt(Kills,Ranks) zKills = Kills Rank = Ranks end addEvent("lolEvent",true) addEventHandler("lolEvent",root,hideIt) function draw() local x,y,z = getElementPosition(getLocalPlayer()) local city = getZoneName(x,y,z,true) dxDrawText("Ciudad : "..city,0.0,420.0,171.0,449.0,tocolor(255,255,255,255),0.5,"bankgothic","left","top",false,false,false) dxDrawText("Vida : "..getElementHealth(getLocalPlayer()),595.0,548.0,642.0,566.0,tocolor(255,255,255,255),0.5,"bankgothic","left","top",false,false,false) dxDrawText("Rango : "..tostring(Rank),536.0,499.0,656.0,516.0,tocolor(255,255,255,255),0.5,"bankgothic","left","top",false,false,false) dxDrawText("Zombie Kills :"..tostring(zKills),537.0,517.0,657.0,534.0,tocolor(255,255,255,255),0.5,"bankgothic","left","top",false,false,false) end addEventHandler("onClientRender",root,draw)
-
function warp(player) setElementPosition ( player, 0, 0, 0 ) -- add argument eelement= source setElementFrozen ( player, true ) end addCommandHandler ( "warp", warp )
-
stop spaming if you are using it in local server, the script can't find country of lan IP about the other player, it may your script bug, or the admin panel have old data that does not know about 'Macedonia' show your script better.
-
your code look fine but what about if i write /nextmap [MapName] lol ----------- 'nextmap' command i find it at race/racevoting_server.lua you need to edit this, make trigger maybe.. addCommandHandler('nextmap', function( player, command, ... ) local query = #{...}>0 and table.concat({...},' ') or nil if not query then if g_ForcedNextMap then outputRace( 'Next map is ' .. getMapName( g_ForcedNextMap ), player ) else outputRace( 'Next map is not set', player ) end return end if not _TESTING and not isPlayerInACLGroup(player, g_GameOptions.admingroup) then return end local map, errormsg = findMap( query ) if not map then outputRace( errormsg, player ) return end if g_ForcedNextMap == map then outputRace( 'Next map is already set to ' .. getMapName( g_ForcedNextMap ), player ) return end g_ForcedNextMap = map outputChatBox('Next map set to ' .. getMapName( g_ForcedNextMap ) .. ' by ' .. getPlayerName( player ), g_Root, 0, 240, 0) end )
-
https://community.multitheftauto.com/ind ... ls&id=4741 Download Error: The requested file does not exist. Please contact an admin.
-
وين كود الدايره؟
-
why dont you just help the guy , if you cant dont post STFU. blazy@ i think he need it with event onPlayerSpawn.
-
why you don't test it and tell us the result? i am not sure about the argument 'thePlayer' because you didn't show the entire code.
-
no just put it in gameplay and try it on the game and see .. MOJRM-511 is a hack he's trying to hack by this code . What is your problem? I dont see his problem. Can you post a screenshot about his script, please? i have problem with this script * about the images that include with the script: most of them were stolen from my server even rules image were stolen from my server FTW * about the script itself, it's just an joke when you press F7 you will see this with laughter sound
