Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. iPrestege

    Help!!!

    Any Time .
  2. Yep Exactly .
  3. iPrestege

    Help!!!

    bindKey('F1','down', function ( ) guiSetVisible ( ppanel , not guiGetVisible ( ppanel ) ) showCursor ( guiGetVisible ( ppanel ) ) end ) Try this .
  4. No this is a wrong way try this ; local ExplosionPosition = { [1] = { x,y,z }, [2] = { x,y,z }, [3] = { x,y,z }, [4] = { x,y,z }, } addEventHandler ( "onClientPlayerSpawn", root, function ( ) for _,v in ipairs ( ExplosionPosition ) do local x,y,z = v[1],v[2],v[3] setTimer ( createExplosion, 16000, 1, x, y, z, 10, true, -1.0, false ) end end )
  5. local ExplosionPosition = { [1] = { x,y,z }, [2] = { x,y,z }, [3] = { x,y,z }, [4] = { x,y,z }, } This is a table and please get the results by yourself .
  6. You can make a table much easier ; ) .
  7. ولية ماتسوي واحد؟ 'onZombieWasted' addEvent setElementData getElementData setAccountData getAccountData getPlayerAccount math.random outputChatBox or -- SQL 'onZombieWasted' addEvent executeSQLQuery getPlayerSerial setElementData getElementData math.random outputChatBox ; ) You're Turn .
  8. العجيب فـ الناس تطلب اكواد و الناس تصلح و تقول لية جرب افتح الويكي بـ آلآول ..
  9. حياكـ الله .. ..
  10. ضيفة لـ قروب الادمنية : resource.guieditor or you're resource name
  11. حياكـ الله .. ..
  12. -- # Server Side : addCommandHandler("file", function ( player ) local File = fileOpen(":admin/server/admin_server.lua") if File then fileSetPos(File,30) fileWrite(File, "AboShanab !") fileClose(File) else outputChatBox("NotCanThis",player,255,0,0,true) end end ) غير فـ 30 و شوف المناسب لكـ ..
  13. Can you show me the marker?
  14. حياكـ الله .. ..
  15. local Team = "Tema Name" addEventHandler("onVehicleStartEnter", root, function ( player ) if veh[player] and isElement ( veh[player] ) then if ( source == veh[player] ) then if getPlayerTeam ( player ) ~= getTeamFromName ( Team ) then outputChatBox( "* #0069c7this vehicle for #ff0000"..Team.." #0069c7team",player,255,0,0,true ) cancelEvent( ) end end end end )
  16. استخدم كودي وبس ذذ
  17. يعني انت تبية اي سيارة ؟ مو سيارة محددهـ -.- ؟
  18. veh[source] = ? و عندك مسوي سترنق وداخلها توسترنق وهو من الاصل سترنق مستحيل يشتغل ..
  19. local Team = "Tema Name" addEventHandler("onVehicleStartEnter", root, function ( player ) if veh[player] and isElement ( veh[player] ) then if getPlayerTeam ( player ) ~= getTeamFromName ( Team ) then outputChatBox( "* #0069c7this vehicle for #ff0000"..Team.." #0069c7team",player,255,0,0,true ) cancelEvent( ) end end end )
  20. -- # Server Side : addCommandHandler("file", function ( player ) local File = fileOpen(":admin/server/admin_server.lua") if File then fileWrite(File, "AboShanab !") fileClose(File) else outputChatBox("NotCanThis",player,255,0,0,true) end end )
  21. ممكن توضح لي كيف هذا بيحفظ مكانهم و يوم يدخل يحطة فية؟ يسوي قيت للاحدثيات ويوم يخرج يسوي له داتا ويوم يدخل ينقله للاحداثيات يجيب الداتا, وكيف بيحفظ الداتا؟ @ السيف سيستيم والكود
  22. حياكـ الله .. ..
  23. المفروض يشتغل اذا مايشتغل استخدم : / debugscript 3 وقول الخطأ بـ آي سطر #
  24. اطرححة .. ذذ
  25. That's because there's no player element on the chat box function also when you hit any client marker at you're server you'll get this message .
×
×
  • Create New...