Jump to content

Martyz

Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by Martyz

  1. You just must remove last image element when you are selecting another one..
  2. Martyz

    Race Stats

    Don't post if you don't know of what are you talking about, he's using SQLite no Mysql, SQLite doesn't require that module. sorry, SIR! Topic author didn't explain what SQL he wants to use - SQLite or MySQL...
  3. Martyz

    Race Stats

    I can help you to make it with that module if you want.
  4. Martyz

    Race Stats

    First use this module: https://wiki.multitheftauto.com/wiki/Mysql And do you even have MySQL database?
  5. Hey, anyone has some script for VPS debian 5.0, which would automatically turn on mta-server when it's off..? Please give it to me, I really need it.. :\
  6. Just 40-80$...? I've made my own RPG script on SA-MP and I can say that it isn't easier to make it on lua I don't agree, for me lua it's easier than pwn and when you miss a ; at only 1 line, when you compil it, it says 26 or 36 errors ( IDK ) and never the correct line but mta no needs any compilation and most of all it says that you missed a ) ( for exemple ) and where It's easier than pwn but it's difficult and it take a very long time ( I started my French RPG with Famas in November 2009 and it's not finished ! ) Lol, so don't make errors in scripts. Compile the script every ~50 lines and you will know where did you make that your mistake...
  7. F**k, now my eyes hurts after watching the video cuz of that sky, but the map is nice
  8. Just 40-80$...? I've made my own RPG script on SA-MP and I can say that it isn't easier to make it on lua
  9. Martyz

    GetPosition help.

    I didn't test if it works but try it. Put it in server-side script. function resStarts(startedRes) setTimer(check, 1000, 0) end function check() for i, v in ipairs(getElementsByType("player")) do local x, y, z = getElementPosition(v) if(y > 4000) then killPed(v) end end end addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), resStarts)
  10. for i, v in ipairs(getElementsByType ("player")) do local row = guiGridListAddRow ( playerList ) guiGridListSetItemText (playerList, row, column, getPlayerName(v), false, false) end
  11. Martyz

    [Help]Script

    addEventHandler("onPlayerLogin", getRootElement(), function( _, acc) if getAccountName( acc ) == "Mef" then local veh = getPedOccupiedVehicle( source ) if veh then local color = {} color[1] = math.random(0,5) color[2] = math.random(0,5) color[3] = math.random(0,5) color[4] = math.random(0,5) setVehicleColor ( car, color[1], color[2], color[3], color[4]) end end end )
  12. Just use spawnPlayer or setElementPosition, it's easy just try. There is no such function or script created like that This function will be available on 1.1 version, so the only possible thing now is spawn at grove street
  13. Aš tai kokią savaitę kuriu stunt serverį. Kol kas sekasi neblogai ^^ . Dabar prie race sistemos krušuosi...
  14. Why the hell u make: blah = { [411]=true, [412]=true } not blah = {411, 412} and u make many different functions with same names.. ;D
  15. you want to "stick" ramp object to players vehicle?
  16. Martyz

    Few Martyz maps

    TechG9, I am sure that you will just rip them lol
  17. where do you want to create a ramp?
  18. When will you finish our map, PAwlo?
  19. Nooob u got that loop out of SA-MP 0.3c
  20. Martyz

    Few Martyz maps

    So? I uploaded videos which are made by me. v27 video is made by Chris and v20 video is by Sealine so I didn't add them here..
  21. Omg, are you noob? I won't make 4 portals. I could make just one..
×
×
  • Create New...