Jump to content

LaCosTa

Members
  • Posts

    191
  • Joined

  • Last visited

Everything posted by LaCosTa

  1. لم ألاحظ كلمة زر عفواً
  2. server side function giveM () team = getPlayerTeam(source) getTeamName(team) if ( team == "Police" ) then givePlayerMoney(source , 5000) else outputChatBox("إنت لست في تيم الشرطة ",player,255,255,0) end end addCommandHandler("givemoney",giveM)
  3. لتضع خلفية وراء لوحة التسجيل يجب عليك إستخدام هذي guiCreateStaticImage(x,y,width,height,"path",bool) https://wiki.multitheftauto.com/wiki/Gu ... taticImage
  4. This is the wrong place if you want a scripter please just post here : viewforum.php?f=177
  5. that's great it helps arabics who can't understand english .
  6. try it now EDITED : yea he can't use the function after the eventhandler . marker = createMarker ( 1808.4814453125, -1909.2841796875, 13.571605682373, "cylinder", 1.1, 0, 255, 0) addEventHandler ("onMarkerHit", marker, function() if (getElementType (hitElement) == "player") then local team = getPlayerTeam (hitElement) if getTeamName (team) ~= "Civilians" then local teamName = getTeamName (team) exports["FFS-TopBar"]:outputTopBar( "You have to be Civilian before using Bus Driver Job (/civilian)", hitElement, 255, 246, 7 ) else setElementData( source, "Occupation", "Bus Driver", true ) exports["FFS-TopBar"]:outputTopBar( "You are now a Bus Driver", source, 0, 255, 43 ) setPlayerNametagColor(source, 255, 246, 7) end end end)
  7. LaCosTa

    Animation

    Thanks it's VEND_Use
  8. LaCosTa

    Animation

    Hello guys i'm just looking for the animation name of when the ped puts the money on the juice machine and gets his juice , i want the name of it , i know it's located here https://wiki.multitheftauto.com/wiki/Animations but i don't know the exact name of it
  9. Nice one , i'm currently using it in sublime 2 ,working well
  10. LaCosTa

    doubts

    Check the tutorials section , it's the best way to learn fast also you have to learn some basics from the main language "lua" , in their original site
  11. if you want to stop ped animation simply use this setPedAnimation(thePed , false)
  12. The script should be started to affect to the players , if it's just loaded it won't affect nothing .
  13. well nice TUT , also i'm waiting for tables , loops , thanks a lot
  14. LaCosTa

    New logo MTA :D

    i liked this logo it's pretty much good haha but we can't leave our current one
  15. that's really awesome keep this hard working guys and get it to the top
×
×
  • Create New...