Jump to content

Wei

Members
  • Posts

    814
  • Joined

  • Last visited

Everything posted by Wei

  1. Wei

    onMarkerHit

    1 question more. Why when I hit marker becomes to visible to all players ? When I remove root then shows error. CODE: function showMeTheWindow( ) guiSetVisible(mainWindow, true) showCursor(true) end addEventHandler("showMainWindow", root, showMeTheWindow)
  2. Wei

    onMarkerHit

    what's wrong here? I got no errors ammumarker = createMarker ( 1367.34094, -1279.96411, 12.54688, "cylinder", 1.5, 255, 255, 0, 170 ) function teleportMeToAmmunationInterior () setElementInterior( source, 6 ) setElementPosition( source, 317.2380, -168.0520, 999.5930 ) end addEventHandler("onMarkerHit", ammumarker, teleportMeToAmmunationInterior) When I hit marker it disaphere
  3. Wei

    probem

    Lol it wasn't anything wrong with this code that I posted...
  4. Wei

    probem

    ok allready fix it. Sorry for disturb... Problem was I called the name of vehicle emergency instead of ambulance...
  5. Wei

    probem

    nevermind and delete
  6. Wei

    MySQL

    xampp is phpmyadmin... you need to have apache too
  7. Wei

    Ime servera

    Haha, kako je zabavno dok te ustvari i razumijem. I da, JiHost bas nije nesto. ahah slovenski jezik rullzz:D ma ko ih jebe sad sve radi:D OK. Ma jebote ja sam slovenac ja neznam hrvatsko dobro
  8. setElementData getElementData like that: function firstTimeJoin() local mamamia = getElementData(source, "firsttimejoin") if (mamamia == false) then setElementData( source, "firsttimejoin", true) end end addEventHandler("onPlayerJoin", firstTimeJoin) I'm not completly sure about sample...
  9. Wei

    ID

    No he allready maded that. He means position of colum! You mean that ? exports.scoreboard:addScoreboardColumn( "(name of colum here)",root,(position of colum here) ,(size of colum here) ) I hope I helped
  10. Wei

    Ime servera

    Tu jim napisi na forum da nebo nihče kupio njihovih serverov. I naj se jebajo pol
  11. Wei

    Reporting (PleaseRead)

    Oh CIT... Banned. This ban will not expire. Reason: Stupid... How did I get banned
  12. Wei

    set player team

    function assignTeam ( thePlayer, commandName, teamName, source ) local team = getTeamFromName(teamName) if team and hasObjectPermissionTo(source,"function.kickPlayer") then setPlayerTeam ( thePlayer, team ) outputChatBox ( "You have been moved to "..getTeamName(team).." team by "..getPlayerName(source), thePlayer, 128, 206, 206 ) end end addCommandHandler ( "team", assignTeam ) No errors.
  13. sory for opening old post. Can somebudy give me link ? Cuz are all dead...
  14. Wei

    FPS

    Buy better computer... kidding. Try to make lower resolution and quitality... or use MTA diag and post it here if it's same...
  15. Yes, and now back to normal or do I throw a brick at your head to. (google translate <3)
  16. Wei

    GUI Problem.

    closeButtonn = guiCreateButton(sWidth-697,sHeight-425,sWidth-981,sHeight-744,"Close",false,registerWindow) function closeRegisterrWindow() guiSetVisible(registerWindow, false) end addEventHandler("onClientGUIClick", closeButtonn, closeRegisterrWindow) I think...
  17. Wei

    how

    yeah it was that. I had client in meta...
  18. <meta> <script src="script.lua" type="client"/> </meta>
×
×
  • Create New...