Jump to content

Johnniey

Members
  • Posts

    15
  • Joined

  • Last visited

Johnniey's Achievements

Square

Square (6/54)

0

Reputation

  1. Thats why i use this one: local markername1 = createMarker( 0, 0, 0, "corona", 3, 0, 255, 0, 255) local markername2 = createMarker( 1, 1, 1 "corona", 3, 0, 255, 0, 255) function masterfunction (player) if source == markername1 then Scripts on markerhit markername1 here end if source == markername2 then Scripts on markerhit markernam2 here end end addEventHandler("onClientMarkerHit", getRootElement(), masterfunction)
  2. I usually use this: local markername1 = createMarker( 3719.865234375, -3209.11328125, 3.5984575748444, "corona", 3, 0, 255, 0, 255) function masterfunction (player) if source == markername1 then Scripts on markerhit here end end addEventHandler("onClientMarkerHit", getRootElement(), masterfunction)
  3. Johnniey

    group system

    Maybe by using ACL and add some lines to it?
  4. Johnniey

    text

    local x = 4985 local y = -3575 local z = 9 addEventHandler("onClientRender",getRootElement(), function() local px,py,pz = getElementPosition(getLocalPlayer()) local distance = getDistanceBetweenPoints3D ( x,y,z,px,py,pz ) if distance <= 150 then local sx,sy = getScreenFromWorldPosition ( x, y, z+0.95, 0.06 ) if not sx then return end local scale = 1/(0.3 * (distance / 150)) dxDrawText ( "HERE'S YOUR TEXT", sx, sy - 30, sx, sy - 30, tocolor(255,155,0,200), math.min ( 0.4*(150/distance)*1.4,4), "default", "center", "bottom", false, false, false ) end end )
  5. You want to make a custom weapon or what?
  6. By modifying the race_client.lua script in the Race folder
  7. Its not for canceling, but editing, its now pink and with the color codes, but i prefer it in our color and with working color codes getPlayerName(player):gsub('#%x%x%x%x%x%x', '') Something like this, but this line deletes the code, and i want something to get the code working^^ Possible or not?
  8. Some time ago i posted a question for a way to hide the name color codes ( /viewtopic.php?f=91&t=33198 ) But i know i want to if there's a way to USE them.. Like in killmessages and ranking (left of the screen) (off topic question, in which resource is the /me command ) Regards, John
  9. Johnniey

    |SW| Site job

    Well maybe you know us: |SW|Mixed Party Server. Our server is getting better, but our site is a little crappy and free. (SW-team.co.nr) Now our question: Someone wants to be our site make + admin? Ill pay the hosting etc.
  10. Dont use spaces or special characters in .map file name and folder name. like: [DM]FastandFurious.map instead of [DM] Fast and Furious.map
  11. Basically you just have to make a script with the functions Spielzeit & Gesellschaftsstatus and then put exports.scoreboard:scoreboardAddColumn ( "Gesellschaftsstatus" ) exports.scoreboard:scoreboardAddColumn ( "Spielzeit" ) these into the meta as far as i know. Maybe a little off-topic but does someone knows where the 'race rank' & the 'checkpoint' Column are (in which script)?
  12. So this will change |SW|#99fff0Johnniey to |SW|Johnniey for example?
  13. Is there a simple script for hiding The Color tags? (# FF0000 etc.) For use in things like kill messages and chatbox output Thnx ^^
  14. so it doesnt work on a mta 1.0.X server?
  15. Is it possible to have a radio in-game? Like playing a .m3u in Mta or something Greets |SW|Johnniey
×
×
  • Create New...