Jump to content

Ywa

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by Ywa

  1. Ywa

    Problem with Race servers.

    You know the lag was worse in MTASA Race... right?
  2. Can't say exactly. Since we want something unique. But it'll be somesort of freeroam.
  3. Hi everyone, For the Mr. Green community we're searching an experienced Lua coder/scripter to make a new freeroam gamemode with (mini) objectives. Requirements: - You've decent Lua knowledge. - You can show us some of your work (for MTA). - You're willing to keep working on the gamemode, even after a first release (small and large updates and such). - You're a frequent IRC user (irc.gtanet.com/irc.multitheftauto.com) What we can offer: - Admin status - FTP access - Every month/week active development gets paid through PayPal or bank transfer. Don't expect one hundred dollars each month, but we can get close to it. Feel free to PM me, contact me at IRC (Ywa) or to reply to this topic. Thanks in advance.
  4. Ywa

    MySQL

    See tomozj his post . Since never.
  5. Ywa

    MySQL

    No Linux version?
  6. Mirrored: http://www.mr-green.nl/downloads/gtasapatch.exe (Direct link)
  7. To the mods: Maybe sticky?
  8. I created the 1.0 version in just 2 days. A function list will be avaible with version 1.1 (Which will be released very soon). Here is the function list of 1.0: CreateSpawnpoint >>> procedure CreateSpawnpoint(ModelID : Integer;PosX, PosY, PosZ : Single; Rot : Integer); CreateObject >>> procedure CreateObject(ModelID : Integer;PosX, PosY, PosZ, RotX, RotY, RotZ : Single); CreateCheckpoint >>> procedure CreateCheckpoint(Corona : Boolean;PosX, PosY, PosZ, Size : Single;Vehicle, ColorR, ColorG, ColorB : Integer); CreateRepairPickup >>> procedure CreateRepairPickup(PosX, PosY, PosZ : Single;Respawn : Integer); CreateNitroPickup >>> procedure CreateNitroPickup(PosX, PosY, PosZ : Single;Respawn : Integer); SetAuthor >>> procedure SetAuthor(Author : String); SetDescription >>> procedure SetDescription(Description : String); SetRespawnMode >>> procedure SetRespawnMode(RespawnMode : String); SetRespawnTime >>> procedure SetRespawnTime(RespawnTime : Integer); SetWeather >>> procedure SetWeather(WeatherID : Integer); SetTime >>> procedure SetTime(Time : String); SetDuration >>> procedure SetDuration(Duration : Integer);
  9. MTAScripter allows you to script your own MTA (RACE) maps! It's easy to learn and easy to understand the (Delphi/Pascal) syntax. ReadMe is included Download version 1.0 Got feedback or you need help? Feel free to reply! Version 1.0 function list CreateSpawnpoint >>> procedure CreateSpawnpoint(ModelID : Integer;PosX, PosY, PosZ : Single; Rot : Integer); CreateObject >>> procedure CreateObject(ModelID : Integer;PosX, PosY, PosZ, RotX, RotY, RotZ : Single); CreateCheckpoint >>> procedure CreateCheckpoint(Corona : Boolean;PosX, PosY, PosZ, Size : Single;Vehicle, ColorR, ColorG, ColorB : Integer); CreateRepairPickup >>> procedure CreateRepairPickup(PosX, PosY, PosZ : Single;Respawn : Integer); CreateNitroPickup >>> procedure CreateNitroPickup(PosX, PosY, PosZ : Single;Respawn : Integer); SetAuthor >>> procedure SetAuthor(Author : String); SetDescription >>> procedure SetDescription(Description : String); SetRespawnMode >>> procedure SetRespawnMode(RespawnMode : String); SetRespawnTime >>> procedure SetRespawnTime(RespawnTime : Integer); SetWeather >>> procedure SetWeather(WeatherID : Integer); SetTime >>> procedure SetTime(Time : String); SetDuration >>> procedure SetDuration(Duration : Integer);
  10. Almost finished. But can't get helix generator good working (Objects are not smooth placed on each other).
  11. Same options, same name. It's good that you made your own. But please rename it. Good job anyways.
  12. - Bump - Currently working on the new version. It'll be easier to use than the first versions. And more tools to create. I'll also create tools for pickups and spawnpoints.
  13. Hi. Looks nice. I'm working on MassObjectAdder which has functions like this. If you tell me how you did it I can implant it into my tool and beginners can use it. You'll be in the program credits ofcourse.
  14. Ywa

    ........

    Good video dude! Skills!
  15. Hello everyone, I have a problem. I have "wins" script. This works OK. But on a deathmatch/destruction derby map (Without CP's) I don't know how to catch the winner. And give him points. Any idea's here? Thanks in advance! Ywa
  16. The Z-coordinate is not working yet. So that won't work. When I have time I will try to add that.
  17. If you can't wait for MTA:SA DM go play MTAVC or SAMP.
  18. - Bump - New version available. It's a beta version. If you have any ideas, suggestions or you found any bug? Contact me Edit BETA 2 is released. I fixed a couple bugs and added some new handy things. Please report bugs .
  19. Thanks mc.sh!thead and Ransom. I will use your script for my tool to check some things out. I'm already making good process @ MassObjectAdder 1.0
  20. I finally know how to make big loopings. Haven't tested yet. But if it works I will put it in the next version .
  21. Well... The rotation is not that hard. But how to calculate the new X,Y,Z from the every object. Since you need to calculate with the rotation. Maybe Sin and Cos etc. ?
×
×
  • Create New...