Jump to content

Jason_Gregory

Members
  • Posts

    184
  • Joined

  • Last visited

Everything posted by Jason_Gregory

  1. Same here, but how to filter the approved Snippets ? Theres going to be a List like the Roadmap with approved Functions and how the ppl. differentiate useful/non useful functions ? In my opinion the Project gonna be messed up by Fools uploading 10-20 edited Header / Source Files for joining the SVN. But i like the Idea uploading my patches into a respository where the ppl can check out the Functions. I gonna miss github Google Code is behind the times Voted Yes
  2. Wrong Section but you should check your mtaserver Config first
  3. I was searching for the Hot Coffee Mod 2 but i found Mta *facepalm Im still searching it, ive anyone could give me a DL-Link i would be happy
  4. We cant join our own Server´s. -XIII- Race Server #1
  5. Well i got a 64 Bit Linux Debian Root Server and the Linux Precompiled Serverpackage is running onit. http://linux.multitheftauto.com/ Use ./mta-server in putty or smth. else to start your Server.
  6. yep, but i think its better requesting it once more cause noone reacted on your Request (2010-03-15) Mhm...its scriptable but the cinematic view would gulp a lot of CPU .
  7. Hey its meeeh again im looking for a function for our Race Server where the Player can switch between different Camera Modes while spectating other ones. I think everyone knows the Camera Movement of Camera Mode 3 (pressing the V[iew] Button) in San Andreas (Dynamic Camera). The Camera has different ways, a Helicopter View, a First Person View... etcetera. It should be enough adding a Parameter bool setCameraTarget ( player thePlayer, [ element target , int mode] ) Optional Arguments target: The element that you want the camera to follow. If none is specified, the camera will targe mode: 1 = Normal View | 2 = remote View | 3 = (only for Vehicles) Dynamic View | 4 = (only for Vehicles) First Person View - Jason
  8. Well varez allready gave you a important source https://wiki.multitheftauto.com/ First learn how to, then ask if you got Problems, not otherwise. https://wiki.multitheftauto.com/wiki/Scr ... de_scripts
  9. There´s enough working examples for a Gui Login Interface at the Wikipedia Page. Do it yourself
  10. Another example... (without Console Warnings) function Radio (command, stationID) if setRadioChannel (tonumber( stationID )) then outputChatBox ( "Changed your radio station to " .. getRadioChannelName (tonumber(stationID)) .. "!" ) else outputChatBox (stationID.." is a invalid radio station ID, valid ones are 0-12 !" ) end end addCommandHandler ("setradio", Radio)
  11. Jason_Gregory

    problem

    ye, Happy Haloween - Hes not asking why for a Animation hes asking why his Bot is not spawning
  12. Jason_Gregory

    problem

    function makeped() x, y, z = getElementPosition(gMe) createPed(164, x, y, z +5 ) end Are you triggering this Event Clientside when the Player push your Button ? And wtf is 'gMe' ?
  13. In your Clientside Script, onClientRender is a Clientside Function only...
  14. Jason_Gregory

    Serial ban???

    https://wiki.multitheftauto.com/wiki/AddBan Use the Serial Argument, with getPlayerSerial
  15. Well thats a interesting pic... upload it to tinypic.com
  16. Theres a lot of converters ot there, try this http://gtamap.delux-host.com/converter/
  17. XxCozzaxX, theres a easy way to get these Vehicles too. Take a look at this... https://wiki.multitheftauto.com/wiki/Wri ... nformation You can also convert your Vehicles into a Lua Code.
  18. madis take a look at my request And yes i´ve tryed to split the Stringcode into a Rgb Code -> dont work. But the Idea with the Colorpicker of MS Paint sounds nice, It's worth a try.
  19. local vehicles = getElementsByType ( "vehicle" ) for theKey,theVehicle in ipairs(vehicles) do if ( isVehicleFuelTankExplodable ( theVehicle ) == false ) then setVehicleFuelTankExplodable ( theVehicle, true ) end end
  20. Hi Guys, im looking for the Original outputChatBox Color, the light-orange one. I´ve spend about 5 hours with the Colorpicker of http://colorpicker.com but i failed . It´s not the default Chatoutput Stylesheet, it look like this... The Color when you use outputChatBox("Blablabla") without any Parameter / rgb Codes / Hex Color Codes. I would be grateful if anyone could post me the Hexcode or Rgb Colorcode. Jason
  21. Hi arndolasz, i think this will help ya finding out the differense between server-side and client-side Functions/Events/Scripts https://wiki.multitheftauto.com/wiki/Scr ... de_scripts
  22. Jason_Gregory

    Serial ban???

    Mta does not need a shared banlist, Serialbaning Cheater is way better and sufficient. And i dont think you can change your Serialban. I only found Registryentries for the Mta-Version of my previous Mta-Version, you should ask for a Unban on the Server, not here. Im sure there is a Way, but i wont search the whole C++ portfolio for it
  23. to txd = engineLoadTXD("data/billbox.txd", 401 )
×
×
  • Create New...