Jump to content

#Honda-R

Members
  • Posts

    82
  • Joined

  • Last visited

Everything posted by #Honda-R

  1. Hello, My name is : Gytis I need to script simple panel for DM race . Bind key F7 Open GUI , Total Maps Played , Total Maps Won , Total Hunters , and picture on GUI I will pay, Or i can give other stuff Write here : [email protected]
  2. Sorry guys, yes i need onplayerlogin
  3. Hey Scripters i need some little help I need to add scoreboard collum Points When player die hes got 1 point when relog , rejoin server , loads points , could u help me ?
  4. Hello I need Help. My OS : Fedora I got error : [05:54:55] #Honda-R: [23:41:53] ERROR: Could not start HTTP server on interface '' and port '14444'! [23:41:53] Server stopped! Press Q to shut down the server! When i Turn Off HTTPserver , server works , but i get kicked for Cline FIles Download Error, Any idies ? i tryed to change port many times.
  5. Added download link So please rate my map , and commend if you can : ) PS. If someone wants record my map. You can , paste link there.
  6. Hello. My First Map Hope you like it Comment and rate Youtube: If you are interested contact me : gytislt14 Download : http://www2.zippyshare.com/v/57687400/file.html
  7. #Honda-R

    Flash MTA Game

    Ty. Next version comming in next month .
  8. #Honda-R

    Flash MTA Game

    Hello I made a funny game that you need to colect coins with MTA logo Run it in Browser *Its my first Flash Game Ever Download Link : http://www.mediafire.com/?7p1ifs8m9b126mi Controls : Arrow Keys
  9. I tryed.... The Same Bug....
  10. Any Help ? I tryed to reinstall MTA many times..
  11. Hello Guys, first my english is not so good Yea, i have a problem with my map editor. I have bulit a small map. Saved it and on the next day i load it up again. Then it only loads up a few object not all. I tryed to load it up again but everytime only a few one. But in the .map file objects are visible in map no . How to fix it ?
  12. Why map editor wont load my map. When i go to my map Folder and look at map i found what i need. When i load map in map editor it load only 30 - 40 % . I dont know it wont load my all map... Who cal help ? I use puma markers toolbox movementrecorder amt.
  13. Same error this is end of script function disableClouds () setCloudsEnabled(false) end addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()), disableClouds ) end 5. 2669
  14. Ty. But now i getting this SCRIPT ERROR: stats\core_server.lua:2668: 'end' expected (to close 'if' at line 1158) near '' --buy uefa song elseif (object == "uefa") then if (tonumber(playerCash) >= tonumber(uefaPrice)) then if not (uefaPlaying) then <~~~~~~~~ There addStat(account, "cash", -uefaPrice) setTimer(triggerClientEvent, 500, 1, "onPlayerPlayUEFASound", source, true) setTimer(outputChatBox, 50, 1, "* #FFFFFF"..getPlayerName(source).."#FFB200 bought the UEFA sound for "..tostring(uefaPrice).."$!", root, unpack(scriptcol[1])) uefaPlaying = true setTimer( function() uefaPlaying = false end , 39000, 1) 1158 Is 4.
  15. You know how to fix it ?
  16. --buy flip elseif (object == "flip") then if (tonumber(playerCash) >= flipPrice) then if (isPedInVehicle ( source )) then local rx, ry, rz = getVehicleRotation ( getPedOccupiedVehicle(source) ) setVehicleRotation ( getPedOccupiedVehicle(source), 0, tonumber(ry), tonumber(rz) ) setTimer(outputChatBox,50,1,"* #FFFFFF"..getPlayerName (source).." #FFB200fliped his car for "..tostring(flipPrice).."$!",getRootElement(),unpack(scriptcol[1])) addStat(account, "cash", -flipPrice) else outputChatBox ("* You must sit in a car to flip it!",source,unpack(scriptcol[2])) cancelEvent() e 1067~~~~> end --buy a random object infront of your car elseif (object == "object") then if (tonumber(playerCash) >= objectPrice) then if (isPedInVehicle(source)) then if not (getElementData(source, "hasObject") == "false") then objectid = math.random(1,23) addStat(account, "cash", -objectPrice) setElementData(source, "hasObject", "true") if objectid == 1 then objectSpawnAndKill(source, 1337) elseif objectid == 2 then
  17. [2012-07-19 15:32:02] Resources: 77 loaded, 0 failed [2012-07-19 15:32:02] Querying game-monitor.com master server... unavailable! [2012-07-19 15:32:03] Querying backup master server... success! [2012-07-19 15:32:03] Starting resources.................... [2012-07-19 15:32:04] ERROR: Couldn't find resource panel. Check it exists. [2012-07-19 15:32:04] WARNING: Bad argument @ 'bindKey' ? [2012-07-19 15:32:04] ERROR: Couldn't find resource win. Check it exists. [2012-07-19 15:32:04] WARNING: stats/core_server.lua [server] is encoded in ANSI instead of UTF-8. Please convert your file to UTF-8. [2012-07-19 15:32:04] WARNING: stats/core_server.lua(Line 784) [server] isVehicleFrozen is deprecated and may not work in future versions. Please replace with isElementFrozen. [2012-07-19 15:32:04] WARNING: stats/core_server.lua(Line 786) [server] setVehicleFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen. [2012-07-19 15:32:04] Some files in 'stats' use deprecated functions. [2012-07-19 15:32:04] Use the 'upgrade' command to perform a basic upgrade of resources. [2012-07-19 15:32:04] WARNING: Script 'stats\core_server.lua' is not encoded in UTF-8. Loading as ANSI... [2012-07-19 15:32:04] SCRIPT ERROR: stats\core_server.lua:1067: '=' expected near 'end' [2012-07-19 15:32:04] WARNING: Loading script failed: stats\core_server.lua:1067: '=' expected near 'end' [2012-07-19 15:32:04] WARNING: File 'img/title.png' in resource 'race' is invalid. [2012-07-19 15:32:05] INFO: Race resource starting [2012-07-19 15:32:05] start: Resource 'race_toptimes' started [2012-07-19 15:32:05] start: Resource 'race_traffic_sensor' started [2012-07-19 15:32:05] INFO: Race onGamemodeStart [2012-07-19 15:32:05] Server started and is ready to accept connections! [2012-07-19 15:32:05] Type 'help' for a list of commands. [2012-07-19 15:32:05] WARNING: [dm]tomba120v8/teleport.lua(Line 10) [Client] setVehicleFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen before Tuesday. [2012-07-19 15:32:05] Some files in '[dm]tomba120v8' use deprecated functions. [2012-07-19 15:32:05] Use the 'upgrade' command to perform a basic upgrade of resources. [2012-07-19 15:32:05] Starting [dm]tomba120v8 [2012-07-19 15:32:06] INFO: onGamemodeMapStart([dm]tomba120v8) [2012-07-19 15:32:06] INFO: Stopping map [2012-07-19 15:32:06] Map '[DM]Tomba120 V8 - Tropical Vacation II' started. [2012-07-19 15:32:06] start: Resource '[dm]tomba120v8' started
  18. Hi. I need a paid scriper For making this: [18:05:33] LietuviX: Bind Key F6 [18:05:36] LietuviX: Stats Tab: [18:05:38] LietuviX: Hunters Taken [18:05:40] LietuviX: Toptimes Taken [18:05:47] LietuviX: Maps Played And a image inside For Race DM . And when relog load stats and a commands /st or /stats payment: SMS Skype: gytislt14
  19. Do u accept it 15 Slots MTA Race DM server . SMS payment is possible ?
  20. Looking For Hosting 15 Slots Server Race DM Payment SMS.
  21. I think its good. But dam,, i need SMS payment.
×
×
  • Create New...