Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. ذذ كنت أحسبة يبيها كذا تصير سآلب #
  2. -- سيرفر function TMFN () takePlayerMoney(source,100) outputChatBox ( "#C0C0C0You have been withdrawn #FF0000$ 100 #C0C0C0for you died",source,255,0,0,true ) end addEventHandler ( "onPlayerWasted",getRootElement(),TMFN)
  3. موافق = OK نعم = YES لا = No ( = Must translate this.
  4. local gate = createObject(980, 2464, -1658, 12.5, 0, 0, 90) local rahmen = createObject(3749, 2464, -1658, 18, 0, 0, 90) local theMarker = createMarker ( 2464, -1658, 12, "cylinder", 11.5, 255, 255, 0, 170 ) addEventHandler( "onClientMarkerHit", theMarker, function () if (getElementData(open, "gang")) then moveObject(gate, 2000, 2464, -1658, 9, 0, 0, 0 ) end end ) addEventHandler( "onClientMarkerLeave", theMarker, function () if (getElementData(open, "gang")) then moveObject(gate, 2000, 2464, -1658, 15, 0, 0, 0 ) end end ) # السكربت كلنت يعني وهمي
  5. addEvent("add", true) addEventHandler("add", root, function (auser, pass) if string.len(auser) > 0 and string.len(pass) > 0 then local account = getAccount(duser) if account then outputChatBox("#3BB9FF#Account already exist ..!", source, 255, 0, 0, true) else addAccount(auser, pass) outputChatBox("#3BB9FF#Account is created ..!", source, 255, 0, 0, true) outputChatBox("#3BB9FF#Username : #FFFFFF"..auser.."#3BB9FF, #Password : #FFFFFF"..pass, source, 255, 0, 0, true) end else outputChatBox("#3BB9FF#Username was #FF0000not found #3BB9FF..!", source, 255, 0, 0, true) end end ) You Have To Get The Account !!
  6. بالتوفيق ( = ياليت تكتب جنب العنوان [تمت الافادهـ] بـ حيث ماتخلي غيرك ينشغل ويدخل# عدل الموضوع من تحت edit #
  7. عشت يابعد حيي والله انك نشمي حبيت أنبهك راجع ردي اللي فوق ^ شوي تحصلة حق نافذهـ مختصر كلنت بسس #
  8. addEventHandler("onClientPlayerWasted",root, function () fadeCamera(false) end)
  9. لا خلي كل شيء نفسة بس عدل الكلنت guiSetVisible(wnd,true) wnd = اسم الننافذه اعذرني بس مدري وش جاني سويتة سيرفر هو يصلح كلنت بس خبصت شوي استخدم هذا الككود بس ككلنت # addEventHandler("onClientPlayerWasted",root, function () guiSetVisible(wnd,true) showCursor(true) end )
  10. -- Server addEventHandler("onPlayerWasted",root, function () triggerClientEvent(source,"ShowPanel",source) end ) --Client addEvent("ShowPanel",true) addEventHandler("ShowPanel",root, function () guiSetVisible(wnd,true) showCursor(true) end )
  11. Yes i know that but also if he didn't use "TAPL" "Code" won't remove the account (= .
  12. iPrestege

    syntax errors

    Use Another Compiler or Convert it to utf-8.
  13. TAPL Script Was Work With Me ( =
  14. موفقين ( = استضافة كويسة بآين عليها #
  15. خايسس ذا اطلقق شييء الاصلي ::SS::
  16. سلامات مو كلها صحيحة ! وريني مثال فيه خطأ +1 اذا فية خطأ فية ناس تتابع الاكواد تقريبا#
×
×
  • Create New...