Jump to content

TheSmart

Members
  • Posts

    516
  • Joined

  • Last visited

Everything posted by TheSmart

  1. Ecological Interface Design BUS
  2. maybe that tutorial can help you viewtopic.php?f=148&t=90014
  3. https://community.multitheftauto.com/in ... ls&id=4019
  4. or pow open where is your 3 letters? RAW
  5. A : ye Q : I'm right?
  6. 2814
  7. TheSmart

    help

    check this topic : https://forum.multitheftauto.com/viewtopic.php?f=91&t=90257
  8. what you mean? script doesn't work or something else?
  9. wrong section, create topic at here viewforum.php?f=177
  10. good job dude
  11. good job dude :D
  12. TheSmart

    [Help]Logo

    maybe that can help you https://community.multitheftauto.com/in ... s&id=10156
  13. dont you think gui maded at wrong side?
  14. Khair Mubarik <3
  15. you mean this? "fillname.txd" /> "fillname.dff" />
  16. Edit : nvm fixed
  17. doesn't work elseif ( name == 'Police' ) then create3DText ( 'Police', { x, y, z }, { 0, 100, 255 }, { nil, true } ) local p = createElement ( "GodmodePed" ) setElementData ( p, "Model", 281 ) setElementData ( p, "Position", { x, y, z, rz } ) createBlip ( x, y, z, 61, 2, 255, 255, 255, 255, 0, 450 ) addEventHandler ( 'onMarkerHit', createMarker ( x, y, z - 1, 'cylinder', 2, 0, 0, 0, 0 ), function ( p ) if ( getElementType ( p ) == 'player' and not isPedInVehicle ( p ) and not isPedDead ( p ) ) then if ( getPlayerWantedLevel ( p ) > max_wanted.law ) then return exports['NGMessages']:sendClientMessage ( "The max wanted level for this job is "..tostring ( max_wanted.law )..".", p, 255, 0, 0 ) end if gang ~= "Gang" then outputChatBox ("hHAHAHA you're in gang group nab", source ) cancelEvent() triggerClientEvent ( p, 'NGJobs:OpenJobMenu', p, 'police' ) end end )
  18. can you post download link? because youtube is block in our country btw good job
  19. Awesome work
  20. no one?
  21. can you explain me how to use return ? im nab scripting D:
  22. -___________________- if i know how to do it so why i come here uffff
  23. anyone?
  24. im trying it to make own self addEvent ("onPlayerJoinJob", true) addEventHandler( "onPlayerJoinJob", root, function (player) local gang = exports.NGGroups:getPlayerGroup ( player ) if ( getElementData(player, "Group" ) ~= "Gang" ) then i dont know what to do next
  25. i'm using xXMadeXx Group system
×
×
  • Create New...