Jump to content

#Cr2sH

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

388 profile views

#Cr2sH's Achievements

Member

Member (5/54)

2

Reputation

  1. save avatar with account exported function ( getPlayerAvatar ( player ) ) Price : 7$ discord : Cr2sH#3289
  2. all information in description video Special Thanks For : @#,xiRockyz
  3. local elements = { ['player'] = true, ['ped'] = true, ['vehicle'] = true, ['object'] = true, } addEventHandler ( "onElementClicked" , root , function (theButton,theState,element) if ( theButton == "left" and theState == "down" and elements[getElementType(source)] ) then if ( isElementAttached ( source ) == false ) then attachElements ( source, element , 0,3,0 ) else detachElements ( source , element ) end end end )
  4. بالنسبة للمقطع هذي مثال على الي مسويه هو وانت طبقها obj = createObject ( 1780 , 0 , 0, 3 ) addEventHandler ( "onElementClicked" , root , function (theButton,theState,player) if ( theButton == "left" and theState == "down" and source == obj ) then if ( isElementAttached ( obj ) == false ) then attachElements ( source, player , 0,3,0 ) else detachElements ( source , player ) end end end )
  5. mysql = exports.mysql chat = outputChatBox addEventHandler ( "onPlayerJoin" , root , function ( ) local results = mysql:query_free ( "SELECT * FROM serial WHERE serial=?" , getPlayerSerial ( source ) ) ; if ( #results > 0 ) then mysql:query_free("INSERT INTO serial SET seriala='" ..getPlayerSerial(source).. "'") end end )
  6. أذا انه يقدر يفك تشفير ملف وانت مشفره من الرابط الي عطاك إياه نكست فـ كلم مطورين اللعبه .
×
×
  • Create New...