Jump to content

CodeMaster

Members
  • Posts

    126
  • Joined

  • Last visited

Posts posted by CodeMaster

  1. CodeMaster has been my "trademark" ever since! Don't know, I guess the avatar is original too, maybe you've just mistaken me for someone else? :D

    Oh! Sorry eAi! xD I tought it was toady's job to design the sites :P Blokker's too, but blokker was rather administering it all if I'm not wrong :P

  2. Hey scar!

    Glad someone remembers me still! :D

    Sorry I won't ask you how's it going, I'll see you in game, I don't want devs pissed cause the offtopic ;P

    Cheers ;)

    Nidza

  3. So, first of all hello to everybody!

    I doubt anyone remembers me anymore, but I remembered you all however, and decided to come and check out how things are going! All I can say is: awesome! Seems like MTA has quite advanced from the time I left! I might actually check out the docs once again and thinker about making something small, just to remind myself of Lua, but I won't be back here for long stakes.

    Yeah - 'bout that I might release my unreleased almost finished polished fuel script (yes I actually found it somewhere in my HDD wasteland, just if I could find it back it'd be cool ^_^ hopefully you'll see CFuel v2 out soon :P).

    Anyways, /me hopes that the community is still healthy, hope that the newcomers didn't ruin the small heaven we had here some years ago (yeah I miss good old =FAS= :( ). No cheaters still? Cool. Plain cool.

    Heard the sync is even better now, I've gotta check that out! And yeah, btw, toady, or whoever redesigned the homepage - respect man. It has a briliant design now! Almost if this was a full commercial game! (Almost? It's even better!)

    Btw, if you still remember me, drop me a hint, I really missed you all :P

    Cheers ;)

    Nidza

    (Whoa! The real signature is available now? :o)

  4. You're not major noob... It happens if you're still an unexperienced scripter. Don't worry experience comes with time ;)

    function ClientChat(text)
     
    if ( text == "pos" ) then
    outputConsole ( "SUCCESS" )
    outputChatBox ( "SUCCESS", getRootElement(), 255, 255, 255, true )
    else
    outputConsole ( "FAILURE" )
    outputChatBox ( "FAILURE", getRootElement(), 255, 255, 255, true )
    end
    end
     
    addEventHandler ("onClientChatMessage", getRootElement(), ClientChat)
    

    There that'll work.

    You wrote "OnClientChatMessage" instead of "onClientChatMessage".

    Cheers ;)

    Nidza

  5. You really underestimate power of Windows 7. Comparing to all other systems the users of Win 7 has the greatest backwards compatibility: If thing works on Vista, it should work on 7, if it works in XP it should work in XP Mode. I'll post you on my progress with fixing the editor to work under 7.

    Too bad you couldn't release this for native windows (which would provide full compatibility to all systems) or at least .NET 1.1 which is built-in XP (assuming that's the oldest system still in use by most of MTA community members), so it'd save us pointless downloading on slow connections like mine (256k unfortunately).

    Otherwise looks ok, too bad I haven't been able to use it since I really need a good Auto Completion (Notepad++ API by NeonBlack is incomplete, and so is the one by Caz unfortunately).

    EDIT: Found a good one - http://dracoblue.pastebin.com/f31d6a331 by SpZ

    Cheers ;)

    Nidza

  6. Great job dudes!

    I've been awaiting for a long time... Since the MTA Race was released! (actually I joined on Deathmatch DP1 release to the community I was just watching the project before).

    I'm having plenty of work on my mind, so I can't wait for the release so I can be 100% sure that there will be no compatibility problems.

    Cheers ;)

    Nidza

  7. Orly? :oops:

    Sorry Caz!

    I thought it was 50p since he was enough persistent even to export 260 images one by one for his speedo xD (Couldn't you do angle calculations simply? I prefer using gray matter for everything connected with coding ;))

    GUI Editor? I was thinking to do such thing, so I don't need to enter game, though ingame one works fine so I didn't bother :P

    Good luck with that.

    Cheers ;)

    Nidza

  8. Good looking so far, what else to except from 50p :P

    Seems like it'll speed up development a lot, just check out some of the feats from SciTE, like some distinctive highlighting and unclosed quote warning, that eliminates syntax errors a lot faster.

    I like the MTA func list, and the resource creation. Keep up the good work ;)

    I wonder how do you have such nerves to write things like func list 1 by 1 func :P Luckily we've got guys like you in community.

    Cheers ;)

    Nidza

  9. Hahaha, I made this long time ago for my Mass Warfare - I preferred to call it heli magnet, since it was used only on helis.

    @Xeta: I had same bug with my one it's probably 'cause of GTA's physics/MTA's sync, I'm still unsure about it, though I didn't go on some further research about it. (started working seriously on learning advanced Lua, now I'm making a remake of my old game in Lua :))

    Otherwise zorrigas, nice job and welcome to community!

    Cheers ;)

    Nidza

  10. I was thinking about porting my AirFR to MTA long time ago... Again I'm late xD

    Haven't tried this but since I'm flight gmodes fan I could help with adding fuel system ;)

    PM me if you want my help, and consider that I maybe won't response automatically I'm cut off internet, 'cause of repairing my room, I'm just hopping in over cellphone atm xD

    Cheers ;)

    Nidza

  11. I did it 'cause of my personal experience, I had rough time trying to make 1.0 work first time. Luckily I knew for Google Code page, but there were no tuts then, so I did this on my own at first! But now it's a lot easier since everything is in installers.

    However: I DID NOT USE GOOGLE CODE TUT AS THE RESOURCE FOR THIS. THIS WAS MADE FROM MY PERSONAL TRY-OUTS!

    [offtopic] Yay hit my 100th post! Lol I'm old guy over here already and I've got only 100 posts! :lol:[/offtopic]

  12. Thanks for supporting me Gamesnert :)

    Well scarface, I've planned to release this tut long time ago, but I was always like: "I'll do it later."

    Since I didn't want to have ruined work I released it. And as Gamesnert says, there's only few of us who visited the googlecode (few comparing to overall players playing MTA). So my plan was to somehow ATTRACT attention.

    I can see that I did it right, since I attracked yours. :P

    Cheers ;)

    Nidza

×
×
  • Create New...