Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. اطرح كودكـ كامل بـ الاحداثيات ..الخ
  2. آي هو يبي يعدل القيم , نفسة ذذ
  3. addEvent("Ped",true) addEventHandler("Ped",root, function( ) if isElement( ped ) then destroyElement(ped) ped = nil end ped = createPed ( ... ); end )
  4. showTextForPlayer1 = ؟ وظيفة سعد مسويها بالقيم ,
  5. تحط الكاميرا ماتركس؟ كيف بيلعب اذا دخل؟؟؟
  6. توني انتبة عندك خطأ بالمتغير destroyElement(Ped) destroyElement(ped)
  7. يحذفة يوم تروح عن الماركر؟
  8. الاخطاء : مايحتاج تعرف ped بالكلنت الانشاء السيرفر : ترسل source? آرسل player و مايحتاج تسوي source == Marker لآنك مسوية بـ الحدث ,
  9. setElementData -- onMarkerHit Set The Data getElementData -- onMarker Leave Get The Data if get The Data == .. then Destroy The Element Using The Below Func ; destroyElement -- Destroy The Element
  10. عندكـ اند زيآدهـ ارقمنت ناقص؟ #, اظن اني عدلته مآنتبهت ذذ رديت قبل تعدلة انت ذذ
  11. عندكـ اند زيآدهـ ارقمنت ناقص؟ #,
  12. قصدك مثلا كتبت 16 يصير الساعه 16 و الدقيقة 16
  13. كودكـ تبع الماركر xx مسوي وظائف سيرفر بـ كلنت؟ تستهبل ذذ؟ Peds = { {ID,x,y,z}, {ID,x,y,z} }
  14. Required Arguments hour: The hour of the new time (range 0-23). minute: The minute of the new time (range 0-59).
  15. سوية جدول وش المشكلة؟ قصدك ماتبي تكرر انشاء البيد صح ؟ تبية متغير واحد ويسوي أكثر من بيد ,#؟
  16. انت تبية يظهر للكل؟ الوقت ولا؟ لـك لحالكـ , يتغير
  17. guiGetText triggerServerEvent setTime "onClientGUIClick"
  18. fadeCamera "onPlayerJoin" -- Server Side Function and Event .
  19. اوهـ معليش توني انتبة المنتدى فية بق الابتسامات ادخل انسخة من هنا : http://pastebin.com/47jH5ADP
  20. شوب؟ توني جربتة شغال اطرح الميتا
  21. iPrestege

    Help Script

    "onPlayerConnect" string.find cancelEvent
  22. changeGridListItemToPlayersName = function ( grid, col ) if grid and col then if getElementType ( grid ) == "gui-gridlist" then if guiGridListClear ( grid ) then for i, v in next, getElementsByType ( "player" ) do local Row = guiGridListAddRow ( grid ) guiGridListSetItemText ( grid, Row, col, getPlayerName ( v ), false, false ) end end end end end GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Grid = {} GUIEditor_Window[1] = guiCreateWindow(243,67,334,468,"Admin Panel - v 1.0",false) guiSetVisible(GUIEditor_Window[1],false) GUIEditor_TabPanel[1] = guiCreateTabPanel(9,22,313,432,false,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("Player",GUIEditor_TabPanel[1]) GUIEditor_Grid[1] = guiCreateGridList(5,30,167,369,false,GUIEditor_Tab[1]) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) guiGridListAddColumn(GUIEditor_Grid[1],"Players",0.-- s8) --> GUIEditor_Button[1] = guiCreateButton(277,8,28,16,"X",false,GUIEditor_Tab[1]) GUIEditor_Button[2] = guiCreateButton(197,66,91,22,"Fix",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[2],"default-bold-small") GUIEditor_Button[3] = guiCreateButton(198,106,91,22,"Heal Players",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[3],"default-bold-small") GUIEditor_Button[4] = guiCreateButton(198,145,91,22,"Heal",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[4],"default-bold-small") GUIEditor_Button[5] = guiCreateButton(198,187,91,22,"Kick",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[5],"default-bold-small") GUIEditor_Button[6] = guiCreateButton(199,227,91,22,"ban 1 hour",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[6],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(199,266,91,22,"Mute",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[7],"default-bold-small") GUIEditor_Button[8] = guiCreateButton(199,303,91,22,"Armour",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[8],"default-bold-small") GUIEditor_Button[9] = guiCreateButton(199,341,91,22,"remove",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[9],"default-bold-small") GUIEditor_Button[10] = guiCreateButton(200,377,91,22,"Add",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Button[10],"default-bold-small") GUIEditor_Label[1] = guiCreateLabel(177,35,129,20,"IP :",false,GUIEditor_Tab[1]) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Tab[2] = guiCreateTab("About",GUIEditor_TabPanel[1]) bindKey ( "F2" , "down" , function() guiSetVisible(GUIEditor_Window[1],not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) if ( guiGetVisible(GUIEditor_Window[1]) == true ) then playSound("open.wav") changeGridListItemToPlayersName(GUIEditor_Grid[1],1) end end )
  23. iPrestege

    Help Script

    You mean you don't want player use color code's?
  24. https://forum.multitheftauto.com/viewtopic.php?f=164&t=55198
×
×
  • Create New...