Jump to content

AG Adam

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by AG Adam

  1. So, I've registered like 3-4-5 years ago first, but I didn't confirm my email address. I then had this account registered and properly activated. I'd like to use my other account. I can prove that I am the rightful owner of the username because I know the password and I have accounts on the same name in a lot of other games (including MTA, SA-MP, email accounts, paypal, fb, etc.) I don't really know who I should PM about this so I just posted it here. If somebody from the staff could PM me to resolve this that'd be awesome, thanks!
  2. Bought a server. First problem: Got the server after 2 days (already opened a paypal dispute). Second problem: FTP server is hell slow. And waiting it to load...
  3. My server is expiring tomorrow. You said that you will get more space for servers. Still, they're out of stock. Please, get some slots free!
  4. Could I get a testing server up for just 1-2 days? I'm currently on a laggy host, and wanna get rid of it.
  5. Come on, hosts want to hide when they are in trouble. I cannot find a normal host providing good quality services at a countable price. This one was good. When I would like to order one, OUT OF STOCK (this is already facepalm) then it gets DDOS-ed (which is not their fault, but damn, where is the strong DDOS protection now), then I just laugh and cry at the same time.
  6. Out of stock again, please, give me a server, I need it!
  7. i am not usually active on forums, almost no posts. thats why i made a thread.
  8. AG Adam

    idle cars?

    addEventHandler("onResourceStart",getRootElement(), function() local vehicles = getElementsByType ( "vehicle" ) -- Return all the vehicles in a table for k, vehicle in ipairs ( vehicles ) do -- For every vehicle do the following... resetVehicleIdleTime ( vehicle ) -- Reset the vehicle's idle time setTimer(function() respawnVehicle(vehicle) end,30000,0) end end)
  9. Hi everyone. I don't have much 'work' now, so I accept scripting ideas and i will (maybe) script them. Smaller scripts, maps for free, bigger ones for little money. (max $15) Feel free to ask me in pm or in comment. Prices (big scripts): $0.3 per command (handled by a function, easy ones) $0.5 per function (not only command handled, hard ones) $2 per map
  10. It is still not working. I click on the first flag, nothing. I cannot highlight it. I clcik on the second flag, nothing. Tried when E was pressed, idk how it is called, and tried when it was not. EDIT: Downloaded latest version of editor, still nothing.
  11. Hi, I have a problem. I made waypoints, but i cannot connect them. How to do it? I searched the wiki, i searched google, but nothing about this. Thanks
  12. Its working. I cant see what i have missed, but now its working. thx.
  13. no, nothing. and i did output debug string to get if the veh or marker exists, function triggers, if is true, etc... but its still not workin
  14. yes. setElementInterior(thePlayer,getElementInterior(marker2)) but that is not the problem, i cant see 'marker', not 'marker2', marker2 is in an interior, it needs to be placed in 1.
  15. marker = createMarker(-1356.8,-260.0,15.6, "arrow", 2,200, 0, 255) marker2 = createMarker(2.67,32.97,1201, "arrow", 2,200, 0, 255) setElementInterior(marker2,1) veh = createVehicle(519,-1130.24,-405.96,16,0,0,90) setTimer(function() local x,y,z = getElementPosition(veh) setElementPosition(marker,x,y,z) end,1000,0) function customInt(thePlayer) if source ~= marker then return end if getElementType(thePlayer) == "vehicle" then return end local x,y,z = getElementPosition(marker2) setElementPosition(thePlayer,x,y,z) setElementInterior(thePlayer,getElementInterior(marker2)) end addEventHandler( "onMarkerHit",getRootElement(),customInt) It creates the vehicle, but the marker is not visible / not exists. Tried several ways to create it, but nothing.
  16. and server will download the resources FROM the webserver, or it will load them from the resources folder, and only client will download from the web?
  17. Ok, I did everything, copied all the thingies from my resources to my webpage, http://files.sa-mp.netne.net, linked to it, but when i change resources folders name, it doesn't loads the server, outputting errors. How can I probably correctly use it?
  18. AG Adam

    Serial ban???

    no, it was in 1.0.4
  19. AG Adam

    Serial ban???

    One day a man showed me how to change the serial. He showed me his serial, then he reconnected, he had the serial 'hi (name)'. name: don't want to tell anyone After some days, he showed me how to change it. Easy. i think i will get banned...
  20. OH!!! IT WORKS! THANKS FOR YOUR HELP, AND THANKS FOR OTHERS!!!!
  21. attempt to call global CreateObject ( a nil value ) line 2
  22. Bad argument: AddEventHandler (line 15 and 21) 15 addEventHandler ('onMarkerHit', liftmarkerje, liftfel) 21 addEventHandler ("onMarkerLeave",liftmarkerje, liftle) now im totally stuck. And yeah, i didnt checked, but thanks
  23. [2010-09-27 16:26:25] SCRIPT ERROR: playmap2\server.lua:7: unexpected symbol near ')' [2010-09-27 16:26:25] WARNING: Loading script failed: playmap2\server.lua:7: unexpected symbol near ')' using your script. EDIT: With OnPlayerJoin.
  24. Thanks, really, i just copied, but i will use onResourceStart (correct me if im noob). Very thanks. Stryp aka Adam
×
×
  • Create New...