Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. No you can use command or anything else there's no need to make a gui and add the account and get the player serial then use table.insert function as far as i know.
  2. executeSQLQuery("DROP TABLE `gangs`" ) سوي ريستارت بعدها ! اذا ماضبطت استخدم الكوماند : RTS ..
  3. اتوقع هو مسوية بـ SQLLite اذا مو مشفر تقدر تجيب القاعده وترمي الجدول "تحذف الجدول" كامل بالقروبات كلها اعتقد كذا تبيه . executeSQLQuery كما أتوقع مسوية SQLLite مو اكيد!
  4. iPrestege

    solved

    You're welcome.
  5. What you mean by that? You want to be a scripter without even read the wiki? How to make a meta..etc?
  6. iPrestege

    solved

    vehicle = { } addCommandHandler ( 'ccv', function ( player ) if vehicle [ player ] and isElement ( vehicle [ player ] ) then destroyElement ( vehicle [ player ] ) end local x,y,z = getElementPosition ( player ) vehicle [ player ] = createVehicle ( x,y,z,411 ) end ) This is an simple example.
  7. iPrestege

    solved

    For the vehicles because using it server side every vehicled created will destroy the last one you must use table's .
  8. Have you checked the wiki?
  9. triggerServerEvent("_banPlayer", getLocalPlayer()) addEvent("_banPlayer", true) addEventHandler("_banPlayer", getRootElement(), function( ) banPlayer(client,false,false,true,root) end )
  10. setElementData 'onPlayerMarkerHit' -- Event createMarker scoreboardAddColumn - exports or call
  11. The same with some variables you can make it.
  12. Draws a string of text on the screen for one frame. In order for the text to stay visible continuously, you need to call this function with the same parameters on each frame update (see onClientRender).
  13. سويت Dx بس كيف اعدل نظام الباندات ماراح تعدل شيء، تسوي نظام جديد! وقبل كل هذا كيف راح يتم تشغيل النظام +1 .. الشغله ماهي بسيطة للمبتدئ ..
  14. https://forum.multitheftauto.com/viewtopic.php?f=160&t=67934&p=636208#p636145
  15. https://forum.multitheftauto.com/viewforum.php?f=104
  16. Yep that's right because 'setPlayerTeam' Function you can't set the player in team using string like that. Get the team from the team name then set the player to the team. setPlayerTeam ( client,getTeamFromName ( 'Staff' ) )
  17. عطني القروبات اللي تقدر ترقي .
  18. استخدم الجدول والفنكشن والمنتدى ماوضع الا لـافاده الكل .
  19. This isn't from the function it's from your image try to change it.
  20. تحقق اولاً انة بالقروب اللي تبية يفتح : isObjectInACLGroup getAccountName getPlayerAccount ثم سوي كوماند يتحقق انة الباس صح : addCommandHandler اذا كان صح وبالقروب يسوي ترايقر : triggerClientEvent ثم تأكد انك تكون مقفل الـ ACL With : guiSetEnabled -- استخدمها عشان تفتحة يوم يستقبل الترايقر وبكذآ يكون تم .. لا تنسى المتغيرات لـ تعيين الكلمة !
  21. شلون يعني؟ الزر اللي بلوحة الأدمنية؟
  22. He wants to do this: Yeah, I would first try with shaders (but I'm a perfect noobs with shaders) because I think it's possible. Otherwise I would use an invisible ped to do it. He will just press the forward button and freeze the car element. But if you use a ped, then the car owner will probably do the carjack animation (even if you destroy the ped in the event onPlayerVehicleEnter, idk give it a try) Also, if another crazy driver hit the car (which is frozen) the car won't go anywhere, so it's not really realistic. If you want to add an youtube video just put the video 'code' Which is : aFt3ZcCdyik
×
×
  • Create New...