Jump to content

Nich

Members
  • Posts

    69
  • Joined

  • Last visited

Everything posted by Nich

  1. Nich

    LA Conference?

    Why not make a livestream-podcast if so many people are interested.
  2. I saw some video about gaming industry and it was EA or Ubisoft lab (not sure which one exactly) and the designers-modellers shown there were all using Macs. And I read some article about game designers also, maybe I can find them later. But yes, no need for Mac vs PC battle here.
  3. This kind of discussion(Mac vs PC) here seems kind of ironic, because uttermost of the games are designed-modeled on a Mac (Pro), I would bet that (bits of) San Andreas also. Not everybody buys a computer just to run COD XIV on the maximum settings.
  4. That would do just fine, thank you.
  5. Does anybody happen to have a Freight/Cargoship resource, made by using elementattaching? I think there was one on the community, but it's down at the moment unfortunately.
  6. I didn't want you to send it to me, but upload it to the clan site, but those are your maps and you decide what to do with them.
  7. The map editor didn't work for me either when I tested, haven't tested it on the latest release candidate though.
  8. I've liked serverFFS' servers, since recently, when overselling started really showing out through very unstable pings, ftp speeds, MTA resources download speeds. Sometimes they're good, but most of the times they're bugging me.
  9. It is possible to automatically resize signature images, there are many mods for vBulletin and most probably for phpBB also, try searching - "image resizer"
  10. Nich

    Anti-S0beit

    Yes, I mistyped it for some reason, but thanks anyways.
  11. Nich

    Anti-S0beit

    Good at what? Based on what?
  12. Nich

    Anti-S0beit

    I have a server, start server.exe and then connect to my server, by starting MTA and quick connecting to 127.0.0.1:22003 Alternatively: type mtasa://127.0.0.1:20003 in your browser. Can I see the code now? No offence, but: Why just boast about something you have supposedly made? If you do not want to release it, don't even make a post. Or if you want to get other's oppinion or egoboost, release the code. As far as I have seen, you, GameNet.fi guys are just whippersnappers. The other scripter of your community makes just posts named [W.I.P]SomethingIHaveNotActuallyMade v1.0 and talks crap.
  13. If you want someone to do it for you, then you'll better get your wallet out.
  14. Nich

    name color

    You have billion topics of some problems, you should really try more yourself, learn more and make easier things first, but yourself and debug your scripts.
  15. How to create a centered window for all resolutions: sx, sy = getScreenSize() function createGui() width = --insert your value for width height = --insert your value for height guiCreateWindow(sx-width/2, sy-height/2, width, height, "My Window", false) end
  16. Don't copy other's stuff, instead make one from scratch, this way you'll learn something also and understand what you are doing. Hint: function has to exist, in order to use it, use wiki.
  17. Try something like this: local restriction = nil addCommandHandler("roll", function(thePlayer,comd) if restriction then outputChatBox( "your message", getRootElement(), 255, 0, 0) return false; end restriction = true local resetRestriction = setTimer( restrictionEnd, 30000,1) randomroll = math.random(1, 3000) lossorwin = math.random(1, 3) if lossorwin == 1 then givePlayerMoney(thePlayer, 5500) outputChatBox ( getPlayerName ( thePlayer ) .. ' roll and wins ' .. randomroll .. ' !', getRootElement(), 255, 255, 0) elseif lossorwin == 2 then takePlayerMoney(thePlayer, 5000) outputChatBox ( getPlayerName ( thePlayer ) .. ' roll and losses ' .. randomroll .. ' !', getRootElement(), 255, 255, 0) elseif lossorwin == 3 then setPlayerMuted(player, true) setTimer(setPlayerMuted, 30000, 1, player, false) outputChatBox ( getPlayerName ( thePlayer ) .. ' roll and is now muted !', getRootElement(), 255, 255, 0) end end ) function restrictionEnd() restriction = false; end 2. addEvent("onPlayerDestructionDerbyWin",true) addEventHandler("onPlayerDestructionDerbyWin",getRootElement(), function (winner) givePlayerMoney(winner, 700) outputChatBox(getPlayerName ( winner ) .. " has won $700 as last player alive",getRootElement(),0,255,0) end )
  18. Estonian crap: Millega hädas oled? Võid mulle oma msn'i PM'da või PMis edasi rääkida.
  19. You even dare to ask something like that.. Last thing to do with any kind of common sense would definitely be asking how to leech a part of another, better mod(that would be MTA), to use it's output in a crappier* one(that would be SA-MP). So, play SA-MP without custom objects or start playing MTA and use it's mapeditor to create custom maps for your MTA server. *Proven fact by objective Swiss researchers
  20. SA-MP's traffic lights are not synced, well they're when players join at the exact time, but I would not call it synced.
  21. I'd suggest this one: http://convertffs.com/ Has every possibility you'll probably need - map<->LUA<-Pawn etc. + even supports custom formats.
  22. Nicholas -> Nichrange
  23. Ofcourse it didn't, cause i gave you the wrong link Wait..
  24. Ofcourse it didn't, cause i gave you the wrong link Wait..
×
×
  • Create New...