Jump to content

طلب


Recommended Posts

    local pArea       = createRadarArea( 2130, 630, 200, 100, 0, 255, 0, 175 ) 
            local pCuboid     = createColCuboid( 2133.1950683594, 633.66455078125, 10, 197.5, 92, 30 ) 
        setElementData(pCuboid,'TurfFor','none') 
                    addEventHandler( 
                        'onColShapeHit', root, 
                        function( p ) -- you should have added player param here 
                            if (getPlayerTeam( p )) then 
                              if( source == pCuboid ) then 
                            if(getElementData(pCuboid,'TurfFor')==getTeamName(getPlayerTeam(p)))then return end 
                                setRadarAreaFlashing( pArea, true ) 
                                local pTeam = getPlayerTeam( p )    -- source is the col shape, you should use 'p', the player arg 
                                local iR, iG, iB = getTeamColor( pTeam ) 
                           timer =   setTimer( function() 
                                setRadarAreaColor (pArea, iR, iG, iB, 100); 
                                givePlayerMoney( p, 5000 ); 
                                setElementData(pCuboid,"TurfFor",getTeamName(getPlayerTeam(p))) 
                                outputChatBox( "Congratulations, #FFFF00 you have taken the turf!", p, 0, 255, 0, true ); 
                                setRadarAreaFlashing( pArea, false ) 
                                end, 10000, 1 ) 
                              end 
                            else 
                                outputChatBox("Get in a group first!",p, 255, 0, 0) 
                            end 
                            end)       
            addEventHandler('onColShapeLeave', root,   
                function( ) 
                    if( source == pCuboid ) then 
                        setRadarAreaFlashing( pArea, false ) 
                        killTimer ( timer ) 
end 
                    end 
                end) 

مشكووووور

شباب ابغى كود ما اعرف اسمهه بس بشرح لكم وش يسوي

اذا ظغط الاعب space

مايسرع يعني يخفف السرعه

Link to comment

ياخخي تعقدت مو ججايه تظبط معي

هذا الكود !!

ss = createColCuboid ( 1363.1398925781, -1156.6317138672, 10, 200, 200, 50 ) 
addEventHandler ( "onClientColShapeHit", ss, 
function (hitPlayer , matchingDimension) 
toggleControl ( root, "sprint", false )  
 end) 

Link to comment
^ اعذرني بدخخل عرضض شوي xD

يوم تاخذ الكود حق مود الرجال وش نيتك منة ؟ تقلده ؟ ولآ وشش نيتكك ؟ ويمككن الرججال مايبيكـ تـاخخذه ؟؟؟

مود الاحتلال ؟ اتعلم منه :mrgreen:

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...