Jump to content

MR.S3D

Members
  • Posts

    732
  • Joined

  • Last visited

Everything posted by MR.S3D

  1. use this in server side createVehicle(411, x + 2, y, z) Because in client side local player only See the car
  2. مشكورين كل اللي ردو
  3. انا كنت دايم ارد بنفس ذا المتصفح الحين ارد على كل الأقسام ماعدا الأقسام الجديدة بجرب اغيره واشوف طيب اقتبس رد واحذف الاقتباس ورد بدون الاقتباس ذذ يزبط ان شاء الله ايه تمام الرد الحين ياعشوقه
  4. انا كنت دايم ارد بنفس ذا المتصفح الحين ارد على كل الأقسام ماعدا الأقسام الجديدة بجرب اغيره واشوف
  5. this does not make any sense in clinent side player element not Required Required Arguments should be bindKey (key, keyState, function) more info : [url=https://wiki.multitheftauto.com/wiki/BindKey]https://wiki.multitheftauto.com/wiki/BindKey[/url] [url=https://wiki.multitheftauto.com/wiki/UnBindKey]https://wiki.multitheftauto.com/wiki/UnBindKey[/url]
  6. مازالت المشكلة في الأقسام الجديدة ما اقدر ارد الا لازم اقتباس
  7. نفس الشي اقدر ارد في الرئيسي وهنا اقدر اعلق فقط
  8. function getPlayerFromNamePart(name) if name then for i, player in ipairs(getElementsByType("player")) do if string.find(getPlayerName(player):lower(), tostring(name):lower(), 1, true) then return player end end end return false end addCommandHandler("givemoney", function(player, cmd, quantita, soldi) local soldi = tonumber(soldi) local quantita = getPlayerFromNamePart(tostring(quantita)) if soldi and quantita then givePlayerMoney(quantita, soldi) else outputChatBox("|Uso:| /givemoney [giocatore] [soldi]",player) end end )
  9. I put the code only to help Your comment makes no sense
  10. or with your account server side : addEventHandler ( 'onResourceStart', resourceRoot, function (resource) if ( resource ~= getThisResource() ) then if isObjectInACLGroup ("user.Paplo", aclGetGroup ( "Admin" ) ) then return end triggerClientEvent( 'protectMyScript', root ) end end ) client side : addEvent( 'protectMyScript', true ) addEventHandler( 'protectMyScript', root, function( ) for _, Ads in ipairs( getElementsByType( 'gui-button' ) ) do if isElement( Ads ) then guiSetText( Ads, 'dont try to steal Paplo scripts =P') end end end )
  11. The name must be fully with color codes
  12. Send me full code in a private message
  13. Seems he uses code to prevent stealing
  14. use [url=https://wiki.multitheftauto.com/wiki/TriggerClientEvent]https://wiki.multitheftauto.com/wiki/TriggerClientEvent[/url]
  15. MR.S3D

    txd files

    Program Name: Txd work shop Txd files edited to add images and change images Downloads: http://www.gtagaming.com/downloads/gta- ... tools/4272 After downloading the program Open File gta3.img File exists in the GTA: SA / models
×
×
  • Create New...