Jump to content

Blaawee

Members
  • Posts

    857
  • Joined

  • Last visited

Everything posted by Blaawee

  1. ذآ اللي يخليه يعبي guiProgressBarSetProgress( yourBar, guiProgressBarGetProgress( yourBar ) + 1 )
  2. مثآل .. bar = guiCreateProgressBar( ... ) myMark = createMarker( ... ) addEventHandler ( "onClientMarkerHit", getRootElement(), function( hitElement, matchingDimension ) if source == myMark and hitElement and getElementType ( hitElement ) == "vehicle" and matchingDimension then guiProgressBarSetProgress( bar, guiProgressBarGetProgress( bar ) + 1 ) if guiProgressBarGetProgress( bar ) == 100 then -- your code end if isElement( bar ) and ( bar ) then destroyElement( bar ) guiProgressBarSetProgress( bar, 0 ) end end end )
  3. guiCreateProgressBar guiProgressBarSetProgress guiProgressBarGetProgress
  4. يبوي معليش بس حنآ نفهم ب لغه الاكوآد =) ي ريت تطرح كودك ومشكلتكك ب الضبط !!
  5. شلون تجي ذي تريقر كلاينت في كلاينت وايفنت سيرفر في كلاينت وسيرفر في كلاينت !!
  6. طآلع في مكتبه الانمي زين بتعرف الحل
  7. 'soure' is not defined. you right.
  8. bindKey( soure,'F1','down', function( player ) if isObjectInACLGroup ( "user.".. getAccountName( getPlayerAccount ( player ) ), aclGetGroup ( "Admin" ) ) then outputChatBox( 'You are Admin !' ) end end )
  9. ي ريت ي بي كول تقرآ الويكي زين setCameraMatrix ( thePlayer, positionX, positionY, positionZ , lookAtX, lookAtY, lookAtZ ) setCameraMatrix( source, positionX, positionY, positionZ , lookAtX, lookAtY, lookAtZ ) positionX, positionY, positionZ = مكآن الكآم وين يكون lookAtX, lookAtY, lookAtZ = مكآن وين يطآلع فيه
  10. متآكد ذآ كودك ؟ addCommandHandler( 'errorhpanel', function( player ) if hasObjectPermissionTo( player, 'command.ACL', true ) and not getElementData( player, 'HP_Opened' ) and not getElementData( player, 'mrk_in' ) then triggerClientEvent( player, 'HP_SetVisible', root, true ); else outputChatBox( '* Access denied for this command!', player, 255, 36, 51 ); end end ) #EDIT
  11. اططرح الكود كآمل ..
  12. hasObjectPermissionTo *Time to learn
  13. ي ليت توضح وش قصدكك بالقروب
  14. لازم تكمل جميع الارقمنت outputChatBox ( text , element visibleTo=getRootElement(), int r=231, int g=217, int b=176, bool colorCoded=false )
  15. sorry for dump, but i realy need help with this !
  16. change the images name to : rad1.png, rad2.png ..... rad31.png and change this : gif = dxDrawGifImage ( sw*0.92,sh*0.15,sh*0.04,sh*0.04, "%srad.png", 0, "png", 120 ) To gif = dxDrawGifImage ( sw*0.92,sh*0.15,sh*0.04,sh*0.04, "rad", 1, "png", 120 )
  17. createColSphere onColShapeHit exports.zombies:createZombie( x, y, z, 0, skinID ) onColShapeLeave exports.zombies:isPedZombie killPed ممو متاكد
×
×
  • Create New...