Search the Community
Showing results for tags 'شراء'.
-
السلام عليكم ابي مساعدة انا دورت على مود منع اخراج الاسلحة في الشوارع ما لقيته لو معكم اعطوني المود شكرا
- 8 replies
-
- حماية من الاسلحة
- مود
-
(and 3 more)
Tagged with:
-
السلام عليكم ورحمة الله وبركاته الحين اخواني عندي كود وابي اعرف وش الغلط اللي فيه المشكلة انو ياخذ فلب بس ما ياخذ فلوس ابد addEvent("onFlip",true) addEventHandler("onFlip", getRootElement ( ), function ( ) local mmsn66 = getPedOccupiedVehicle ( client ) local targetPlayer22 = getPlayerFromName ( mmsn66 ) takePlayerMoney ( targetPlayer22, 1500 ) if ( getElementData ( client, "isBuyFlip" ) == false ) then if ( isPedInVehicle ( client ) ) then local rx, ry, rz = getElementRotation ( getPedOccupiedVehicle ( client ) ) setElementRotation ( getPedOccupiedVehicle ( client ), 0, 0, rx > 90 and rx < 279 and rz + 180 or rz ) setElementData ( client, "isBuyFlip", true ) setTimer ( function ( player ) setElementData ( player, "isBuyFlip", false ) end, 5000, 1, client ) outputChatBox ( "#555555 [ ShopSystem ]#999999 You Have Been Bought Flip", client, 255, 255, 255, true ) else outputChatBox ( "#555555 [ ShopSystem ]#999999 You Are Not In Vehicle", client, 255, 0, 0, true ) end else outputChatBox ( "#555555 [ ShopSystem ]#999999 Wait 5 Seconds To Buy Flip !", client, 255, 0,0, true ) end end )