Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. iPrestege

    Help!!!

    bindKey('F1','down', function ( ) guiSetVisible ( ppanel , not guiGetVisible ( ppanel ) ) showCursor ( guiGetVisible ( ppanel ) ) end ) Try this .
  2. 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 )
  3. 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 .
  4. You can make a table much easier ; ) .
  5. ولية ماتسوي واحد؟ 'onZombieWasted' addEvent setElementData getElementData setAccountData getAccountData getPlayerAccount math.random outputChatBox or -- SQL 'onZombieWasted' addEvent executeSQLQuery getPlayerSerial setElementData getElementData math.random outputChatBox ; ) You're Turn .
  6. العجيب فـ الناس تطلب اكواد و الناس تصلح و تقول لية جرب افتح الويكي بـ آلآول ..
  7. حياكـ الله .. ..
  8. ضيفة لـ قروب الادمنية : resource.guieditor or you're resource name
  9. -- # 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 و شوف المناسب لكـ ..
  10. Can you show me the marker?
  11. 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 )
  12. استخدم كودي وبس ذذ
  13. يعني انت تبية اي سيارة ؟ مو سيارة محددهـ -.- ؟
  14. veh[source] = ? و عندك مسوي سترنق وداخلها توسترنق وهو من الاصل سترنق مستحيل يشتغل ..
  15. 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 )
  16. -- # 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 )
  17. ممكن توضح لي كيف هذا بيحفظ مكانهم و يوم يدخل يحطة فية؟ يسوي قيت للاحدثيات ويوم يخرج يسوي له داتا ويوم يدخل ينقله للاحداثيات يجيب الداتا, وكيف بيحفظ الداتا؟ @ السيف سيستيم والكود
  18. المفروض يشتغل اذا مايشتغل استخدم : / debugscript 3 وقول الخطأ بـ آي سطر #
  19. 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...