-
Posts
857 -
Joined
-
Last visited
Everything posted by Blaawee
-
try something like this : create a new group in the acl.xml with name : "Paplo"> "resource.RESOURCE NAME"> < !-- don't forget to write the resource name here /--> server side : addEventHandler ( 'onResourceStart', resourceRoot, function ( thisRes ) if not isObjectInACLGroup ( 'resource.' .. getResourceName ( thisRes ), aclGetGroup ( 'Paplo' ) ) then triggerClientEvent( 'protectMyScript', root ) end end ) client side : addEvent( 'protectMyScript', true ) addEventHandler( 'protectMyScript', root, function( ) for _, Ads in ipairs( getElementsByType( 'gui-button' ) ) do if isElement( Ads ) then guiSetText( Ads, 'dont try to steal Paplo scripts =P') end end end )
-
what are you trying to do !
-
your codes make no sense this function is server side: isObjectInACLGroup and this one it's client: guiSetText
-
الف مبرووك لمشرفينآ الجدد , وان شآءالله نشوفهم يسآعدون في القسم و موفقين جميعآ .=$
-
The posts not deleted, it moved to Hidden Trash. If you want me to quote some of 3ɑsн8 ɑʟsнɾq posts AND YOUR POSTS, let me know. i would love to show to us some old posts.
-
+1 You must get it, - Online a lot of time, And a lot of posts on this section ======= Also i have Experience at Managing Forums and Scripting Luas If you need to another one, i Will Accept it ^^ 1+ +1 i vote for him he has better english skils and best scripter ever +1 1+ i see a new fresh account's =) * 3ɑsн8 ɑʟsнɾq * MR.S3D In fact no one from these two person earn it.
-
وانا برضو ي زلمه مش ظآهره الصور =)
-
سطر 8 عمود 9 من اليمين رقم 6
-
الكود ذآ موب غريب علي =)
-
شف اول شيء اعطيهم النظره اللي ايش الليه =) بعدين اعطيهآ الدعسه الثآنيهه فيهم خخير يلحقوني اخآف يأكلوني بسس مم عليكك ي شنب حط رجلكك
-
...
-
اللي انا فهمت منه انه هو يبي يكتب كلمه في الرن كود تخلي نكه مختفي مثال : دخل الرومك ب نكك Manster ! وتكلم ب الشآت Manster: هلا ي عيال تعرفوني !! يبي يكتب الكلمه وتخليه يوم يتكلم نكه يكون مختفي : هلا ي عيآل تعرفوني !! =)
-
here is an Example for you : function drawSomthing( ) dxDrawText( "DEADLYDUCKZ FREEROAM SERVER", 19, 544, 739, 684, tocolor(204, 45, 24, 255), 1, "bankgothic", "left", "top", false, false, true, false, false ) end local shown = false bindKey ( "b", "down", function( ) if shown == false then shown = true addEventHandler( "onClientRender", root, drawSomthing ) else shown = false removeEventHandler( "onClientRender", root, drawSomthing ) end end ) plus, read more about bindKey
-
و يمديه يختصره كذآ ^^ points = { ".", "..", "...", "....", ".", "..", "...", "...." } addEventHandler ( "onClientMarkerHit", root, function( player ) if player ~= localPlayer then return end if ( source == marker2 or source == marker4 ) then guiSetVisible ( GUIEditor_Progress[1] , true ) guiSetVisible ( GUIEditor_Label[2] , true ) setTimer ( function() guiSetText ( GUIEditor_Label[2], " wait " .. points[ math.random( 1, 8 ) ] ) end, 500, 8 ) showCursor ( true ) showChat ( false ) fadeCamera ( false ) setTimer ( UpgradeBar, 100, 0 ) setTimer ( function( ) guiSetVisible ( GUIEditor_Label[2] , false ) guiSetVisible ( GUIEditor_Progress[1] , false ) showCursor ( false ) destroyElement(marker2) destroyElement(marker4) destroyElement(blip9) marker3 = createMarker ( -229.37934875488, -219.80139160156, 1.3773846626282, "cylinder", 5, 255, 255, 0, 170 ) blip = createBlipAttachedTo(marker3, 51) showChat ( true ) fadeCamera ( true ) end, 12000, 1 ) end end )
-
bindKey( 'd', 'down', function( ) if getKeyState( 'lctrl' ) == true then executeCommandHandler( 'draw' ); end end ); + شغل المودين حق التآق
-
Is the 'FancyProgress.create' exported or something, because i looked into the script and i didn't get anything in there just the resolution. no it's hasn't any exported function . what you have to do is take the "fancyprogress " file and put it in your script files and create your script with "fancyprogress" functions , hope you got me
-
if you take a look in the race gamemode good you find it how [race]\race\fancyprogress * Read This File Good here is the syntax : FancyProgress.create( Minvalue, Maxvalue, 'BackGroundName', X, Y, Width, Height, 'Barname', BarOffset X, BarOffsetY, BarWidth, BarHeight ) an example and it's actully in the race gamemode : healthbar = FancyProgress.create( 250, 1000, 'img/progress_health_bg.png', -65, 60, 123, 30, 'img/progress_health.png', 8, 8, 108, 15 ) healthbar:setProgress( getElementHealth( getPedOccupiedVehicle( localPlayer ) ) )
-
any errors in the debug ? debugscript 3
-
i think you should remove the event handler
-
will i think you should edit this file : 'c_gui' not the 'c_spawnclasses'
-
mybe this client : function showwindow () guiSetVisible( Grundflaeche, not guiGetVisible( Grundflaeche ) ) showCursor( guiGetVisible( Grundflaeche ) ) guiSetInputEnabled( guiGetVisible( Grundflaeche ) ) end addEvent ( "openGUI", true ) addEventHandler ( "openGUI", localPlayer, showwindow ) server: function oncolehit ( hitElement, matchingDimension ) if ( getElementType ( hitElement ) == "player" ) and ( getPedOccupiedVehicle ( hitElement ) ) and ( getPedOccupiedVehicleSeat ( hitElement ) == 0 ) and matchingDimension then local result = mysql_query( handler2, "SELECT * FROM accounts WHERE Name = '" .. getPlayerName ( hitElement ) .. "'" ) local row = mysql_fetch_assoc( result ) if ( row ) and ( row["Wert"] == "1" ) then outputChatBox ( "Danke das du das Parkhaus besuchst!", hitElement, 0, 255, 0 ) eschrankefunc () end mysql_free_result( result ) triggerClientEvent ( hitElement, "openGUI", hitElement ) end end addEventHandler ( "onColShapeHit", cole, oncolehit )