Jump to content

darhal

Members
  • Posts

    582
  • Joined

  • Last visited

Everything posted by darhal

  1. triggerClientEvent(thePlayer, "nwejscie", thePlayer)
  2. LINE NUMBER ON/OFF | EXPAND/CONTRACT | SELECT ALL addEvent("glock19e", true)function glock19()outputChatBox(money)local money = getPlayerMoney(client)if money >=2 then giveWeapon( client, 22, 1, true)outputChatBox(money)elseoutputChatBox(money) endendaddEventHandler("glock19e", getRootElement(), glock19)
  3. darhal

    help shader

    Can anyone hemp me the shaders dont apply for me idk why i cant fix it cuz idk much in shaders viewtopic.php?f=108&t=69777 Thats what i get link http://imgur.com/hlfvwA8
  4. Give me the link of the version that work i cant fix the broken one
  5. This dosnt work for me please i need help ! All shaders are activate link http://imgur.com/hlfvwA8
  6. darhal

    Second Rhino

    I will make this tank script for you for 8$ only
  7. darhal

    Help [TURF]

    It should work evean at one line mta dont care about the organization of the code
  8. darhal

    Help [TURF]

    function NeedMsg(p,n,getOwnedBy)if (n) thenoutputChatBox(unpack(messages[n]))end end addEventHandler('onColShapeHit', pCuboid1, function(p) NeedMsg(p,6) if (getPlayerTeam(p)) then NeedMsg(p,1) local pTeam = getPlayerTeam( p ) local teamName = getTeamName(pTeam) == "Equipo2" local iR, iG, iB = getTeamColor( pTeam ) local rR, gG, bB = getRadarAreaColor( pArea1 ) local data = getElementData(pCuboid1, "friendly") if ( iR == rR ) and ( iG == gG ) and ( iB == bB ) and ( data == "yes" )then return end elseif ( pTeam ) and ( teamName ) then setRadarAreaFlashing( pArea1, true ) capturing = setTimer( function( ) setElementData(pCuboid1, "friendly", "yes") setElementData(pCuboid1, "ownedBy", getTeamName(pTeam)) givePlayerMoney( p, 4000 ) NeedMsg(p,4) setRadarAreaColor( pArea1, iR, iG, iB ) setRadarAreaFlashing( pArea1, false ) end, 6000, 1 ) end else NeedMsg(p,3) end if (getPedOccupiedVehicle( p )) then NeedMsg(p,5) end end)addEventHandler('onColShapeLeave', pCuboid1, function(p) setRadarAreaFlashing( pArea1, false ) if isTimer(capturing) then killTimer(capturing) end NeedMsg(p,7) end)
  9. darhal

    Help [TURF]

    Post all the code
  10. darhal

    Help [TURF]

    if (getPlayerTeam(p)) then NeedMsg(p,1) local pTeam = getPlayerTeam( p ) local teamName = getTeamName(pTeam) == "Equipo2" local iR, iG, iB = getTeamColor( pTeam ) local rR, gG, bB = getRadarAreaColor( pArea1 ) local data = getElementData(pCuboid1, "friendly") if teamName then
  11. darhal

    Help [TURF]

    Whats the team name you want to take thz turf
  12. darhal

    Help [TURF]

    if (getPlayerTeam(p)) then NeedMsg(p,1) local pTeam = getPlayerTeam( p ) local teamName = getTeamName(pTeam) == "Equipo2" local iR, iG, iB = getTeamColor( pTeam ) local rR, gG, bB = getRadarAreaColor( pArea1 ) local data = getElementData(pCuboid1, "friendly") if ( iR == rR ) and ( iG == gG ) and ( iB == bB ) and ( data == "yes" ) and teamName then the code is messy because i use phone
  13. darhal

    Help [TURF]

    Explain more plz any debug error
  14. Thx a lot this what i need
  15. Za3ma zen 5ir mn ovh 5atr ovh linux khaw w ena n7b window
  16. I will explain more when you have nightstick and standing on a car and pressing LMB (fire) this anim will done i need it
  17. No i need this one http://imgur.com/2lgqiiH
  18. Hello folks any one know this anim http://imgur.com/0DEh7jP plz give the name and the block regards
  19. darhal

    anim

    Now one nows this anim
×
×
  • Create New...