Jump to content

Search the Community

Showing results for tags 'مود اعطاء فلوس مرة واحدة'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • [Read-Only] Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

Found 1 result

  1. سلام عليكم انا مرتب الاكواد جيد و حاطط صح 100% بدي حل للمشكلة الماركر مش بيظهر حتي لو حطيط احدثيات server.lua addEvent( 'giveMoney;checkPlayer', true ) addEventHandler( 'giveMoney;checkPlayer', root, function( ) local data = getElementData( source, 'i:~Below;?' ) if ( data == 'true' ) then outputChatBox( '' خطاء : لقد اخذت المال من قبل '', source, 255, 0, 0, true ) return end givePlayerMoney( source, 500000 ) setElementData( source, 'i:~Below;?', 'true' ) end ) client.lua local x, y, z = getElementPosition( localPlayer ) local Marker = createMarker( x + 2, y, z - 1, 'cylinder', 1.5, 255, 255, 255, 255 ) setElementData( localPlayer, 'i:~Below;?', nil ) addEventHandler( 'onclientMarkerHit', Marker, function( hitElement ) if ( hitElement == localPlayer ) then triggerServerEvent( giveMoney;checkPlayer', localPlayer ) end end, false ) حد يطلع مشكلة عدم ظهور الماركر هتقولي احدثيات انا مركب احدثيات صح
×
×
  • Create New...