Jump to content

Snow-Man

Members
  • Posts

    350
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Snow-Man

  1. Snow-Man

    Car Spawner

    use bindKey to Open Gui https://wiki.multitheftauto.com/wiki/BindKey ( Client side ) second use table Markers local Markers ={ {2030.01,1545.35,9.5}, {2482.7263183594,-1686.0427246094,12.8}, {2001.3251953125,-1444,12.8}, {1184.890625,-1319,12.8}, {1624.0262451172,1818,9.6}, {1701.2663574219,1439,9.6}, {-2662.2287597656,600,12.8}, {-2204.9958496094,1694,7.2}, }
  2. Using the same function, but replacing a different ID. No, Replacing Clothes mods with Shader
  3. I like your Idea but your Resource won't work
  4. i using correct Function createBlipAttachedTo( Marker, 51)
  5. When i rename folder then dont work i think race resource exported with another resource you should change Exports Name in script this is example local blip = exports.customblips:createCustomBlip ( x, y, 16, 16, "image.png" ) when you change it ,will be local blip = exports.blips:createCustomBlip ( x, y, 16, 16, "image.png" )
  6. How can i remplace Clothers ??
  7. i'll make Custom Clothers , like Shark Remplace Hats how can i must use createObject attachElements and Others ?
  8. i think changing Country Name is not possible
  9. how can i use getElementType in Script ?
  10. i used onVehicleEnter before but i asking Function Name to Cancel enter Other vehicle Team not to remove Ped from vehicle
  11. i making Trucker Job but i need some help with : 1) how can i make when player enter Markers with truck and Trailer Will get money 2) how can i make only Trucker allowed to Enter Vehicle please give me a full Example about that i used This Table Markers deliveries = { { 2178.0307617188, -2302.7624511719, 12.546875}, {2102.935546875, -2062.6228027344, 12.554370880127}, {1792.5656738281, -2639.1782226563, 12.546875}, { 2078.041015625, -2388.8349609375, 12.546875}, {370.93551635742, 2039.3133544922, 6.671875}, {-55.150390625, -1568.4388427734, 1.6171875}, {-1548.6502685547, 135.21551513672, 2.5546875}, }
  12. VehicleMarkers = { [1]={ x, y, z }, [2]={ x, y, z }, [3]={ x, y, z }, } It's Like that
  13. Check this : https://wiki.multitheftauto.com/wiki/DxCreateTexture You can change Texture Of huds and clothers ect...
  14. Snow-Man

    [HELP]

    createMarker ( 298 x, 1815 y, 5 z [, string theType = "checkpoint", float size = 4.0, int r = 0, int g = 0, int b = 255, int a = 255 ] ) function teamName ( source, key, newTeamName ) if ( playerTeam ) then -- if he's on a team local oldTeamName = getTeamName ( playerTeam ) -- get the team's current name function whatTeamAmIOn ( source ) -- Get the player's team (source is the player who entered the command) local playerTeam = getPlayerTeam ( source ) addCommandHandler ( string buy, BuyBase, [bool caseSensitive = true] ) local money = getPlayerMoney(thePlayer) -- get the amount of money from the player who entered the command if (money > 1000000) then function takeCash ( thePlayer, command, 1000000 ) -- when the takecash command is called takePlayerMoney ( thePlayer, tonumber(1000000) ) -- you should use this code
  15. 1) ahla bik fi tunisian board 2) server tsakar 3andou barcha Fe9 kn tawa houwa
  16. if you need Help in shader just PM me
  17. Actually , we shouldn't create script for you if you want someone create it for you " Pay Him "
  18. this is Bindkey Function and also show Cursor bindKey( "F1", "down", function () if ( guiGetVisible( b2.windows ) ) then guiSetVisible( b2.windows, false ) showCursor( false ) else guiSetVisible( b2.windows, true ) showCursor( true ) end end ) this Example Command Handler the command is opengui addCommandHandler ( "opengui", function ( ) guiSetVisible ( b2.windows, not guiGetVisible ( b2.windows ) ) showCursor ( not isCursorShowing( ) ) end )
  19. Important ????? you should upload CEDmisc
×
×
  • Create New...