Jump to content

PaiN^

Members
  • Posts

    2,258
  • Joined

  • Last visited

Everything posted by PaiN^

  1. ! ما راح يختفي Pickup بس الـ + ما راح يرجع بعد 5 دقاياق + ما راح يتحركـ pickup لأن الـ attachElements ما يحتاج تستخدمـ
  2. كذا أعتقد ممكن aclGroupAddObject ( aclGetGroup( "Admin" ), "resourse.اسم المود" )
  3. I'll really miss SA when it's dumped
  4. تحتاج صلاحيات آدمن, يعني لو إلي زرف المود ماعطاه صلاحية آدمن ما راح تشتغل deleteResource
  5. local pickup = createPickup ( x3, y3, z3, 3, 1274 ) local blip = createBlip ( x, y, z, 52 ) addEventHandler( "onPickupHit", pickup, function ( thePlayer ) local money = math.random( 250, 300 ) if ( isTimer( timer ) ) then killTimer( timer ) givePlayerMoney( thePlayer, money ) destroyElement( pickup ) destroyElement( blip ) local timer = setTimer( function ( ) pickup = createPickup ( x3, y3, z3, 3, 1274 ) blip = createBlip ( x, y, z, 52 ) end, 300000, 1 ) end end )
  6. All that trouble just to change the nickname, What a wold
  7. + Still waiting for it, And i hope to get a moderation when the new community is done ..
  8. PaiN^

    Squares: Season 1

    Great job mean, Keep it going ..! Waiting for EP2
  9. WOW ! That was really amazing ..!
  10. Use these functions : createObject addCommandHandler moveObject
  11. أفضل طريقة من حيث الأمان هي : السسريآل | الحساب ممكن يُخترق # +1 حطيت الكود بس لتوضيح الطريقة
  12. -- *************** -- By Manster .. -- *************** marker = createMarker ( 1698.8289, 443.2510, 1281.71423, "cylinder", 1.3, 255, 0, 0, 153 ) marker2 = createMarker ( 1832.0512, 450.86312, 5.21512, "cylinder", 1.3, 255, 0, 0, 153 ) addEventHandler ( "onMarkerHit", root, function ( player ) if ( getElementType ( player ) == "player" ) and ( not isPedInVehicle ( player ) ) then if ( source == marker ) then if ( getAccountName ( getPlayerAccount ( player ) ) == "اسم الحساب" ) then outputChatBox ( "#FF0000* #FFF000Welcome " .. getPlayerName ( player ), player, 255, 255, 0, true ) setElementPosition ( player, 1832, 452, 5.9 ) else outputChatBox ( "#FF0000* #FFF000This House Only For '#FF6600Manster#FFF000'", player, 255, 255, 0, true ) end elseif ( source == marker2 ) then if ( getAccountName ( getPlayerAccount ( player ) ) == "اسم الحساب" ) then setElementPosition ( player, 1698, 445, 1282 ) outputChatBox ( "#FF0000* #FFF000Good Bye " .. getPlayerName ( player ), player, 255, 255, 0, true ) else outputChatBox ( "#FF0000* #FFF000This House Only For #00FF00Manster .", player, 255, 255, 0, true ) end end end end ) باسمـ الحساب
  13. زيادة الخير خيرين
  14. .. كود سعد صح, بس إللي فهمته من مودكـ إنكـ تبي البيت بس لكـ يدخل البيت Everyone إذا تبيه بس لكـ لآزمـ تربطه بالسيريال أو بحسابك, لأن هذا الكود راح يخلي أي واحد مو في قروب
  15. Nice idea, I have joined the forum ..
  16. Then it has to be something else in your code, Or the coordinates aren't correct ..
  17. PaiN^

    Uploading Map HELP!

    If you done it by Map Editor, Then you'll find it in the game folder .. Path : Multi Theft Auto San Andres \ server \ modes \ dethmatch \ resources And please don't spam ...
×
×
  • Create New...