Jump to content

norby89

Retired Staff
  • Posts

    925
  • Joined

  • Last visited

Everything posted by norby89

  1. iirc resources in folders have priority
  2. try this instead function idleRespawn () for i,vehicle in ipairs(getElementsByType("vehicle")) do setVehicleIdleRespawnDelay(vehicle, 20000) end end addEventHandler("onGamemodeMapStart", getRootElement(), idleRespawn )
  3. I thought you meant the roadblocks that block your way to the other islands when you begin the game
  4. I don't really understand what you're requesting, you said in the first post you need a function that creates a roadblock at a given coordinate that can be done within minutes, you don't even need MTA:Race, if you want the road block object and you're too lazy to search for it yourself why not request the ID?
  5. how much can it take? you make a function that creates a roadblock and post it here on the forum or upload it to the resource center, voila you're done
  6. or you just need a bit of creativity for example you can attach the bike to an invisible object and make it do a perfect rotation then detach it, you could use this method to do more complex stunts as well
  7. imho this isn't needed as it can be scripted easily
  8. you're not the only one who was in that situation, there are lots of ppl who were used to PAWN and switched to LUA it's not that hard as you think, just try doing something simple at first if you don't know something feel free to ask, you'll get the hang of it real fast
  9. http://mtabeta.com/index.php?p=resource ... ails&id=67 I think I have the resource you need, currently it can add / remove commands for each player and change the color of the text I'll post an updated version when dp3 is released in which you can have global commands and much more
  10. hence the name 'teamwork' if you don't work as a team, you lose
  11. one of our clan members attempted to create a few teamwork maps but I think he never got to finish them
  12. norby89

    KWK U.F.O.

    I think that mediafire site was down since you posted this thread lol so nobody has seen your UFO (unless they were brave enough to join the server and face the aliens ) join KWKSRV DM to see it yourself, I guarantee you won't regret it
  13. he's obviously searching for teamwork maps for race they were quite popular and fun, too bad the resource center is down atm so you cannot look on there, I suggest joining some servers and asking the admins if they have such maps
  14. actually that's not true, these scripts have been made years ago they only need some touching up
  15. noes, a pokeman! 696969 bytes
  16. there's only one thing that may missing imo (for a race on foot map for example), currently the only way the deffenders can win is to let the time run out so maybe there should be a triggerDeffenderWin function or something like that
  17. dunno how many people have realised this but Assault is an extremely versatile gamemode, you may think it has only one goal, kill the other team while reaching some markers, well this is something very basic and assault is certainly capable of a lot more, you can make a map where you race have to race on foot, escape from a sinking ship, defuse bombs in a building, steal cars on a list, defend a convoy etc the possibilities are endless! and the great thing about it is that you don't have to create a new gamemode, just a simple map I'm looking forward to playing some maps that take advantage of the powerful scripting system
  18. norby89

    Tutorials

    I fixed most scripts a while back, they can be downloaded from here: viewtopic.php?f=91&t=21248
  19. norby89

    Freeroam

    starting broph and fr at the same time is a real bad idea, the resources are similar and share many commands, for example typing /createvehicle hydra when both are running it will create 2 vehicles
  20. or add a simple text message at the bottom of the screen so newbies won't go HAX0RZ!!!1111oneoneone BANT!!!!11
×
×
  • Create New...