Jump to content

Fella

Members
  • Posts

    173
  • Joined

  • Last visited

Everything posted by Fella

  1. 500 bucks for a project that's never gonna recoup itself? nah, you'll probably be able to earn 500 $ on your job (when you will be old enough to get one), but so far, no. keep things realistic. it makes things so much easier for everyone.
  2. If their owners wanted their things to be free, they would have made them free, don't you think so? If their owners maked maps for themself why they send his maps to others? i second that. i've got 2 maps already, and you can't download them anywhere, no matter how hard you try to find them. and you know why? because i didn't give them to anybody else at all. so, here's the pretty much same thing: if you want your maps to be safe, don't give/sell them to anyone, otherwise don't complain about them being all over the internet. it's that simple.
  3. lol, i'd like to see where and how will you claim your "rights" on a map of some mta's gamemode. i guess, firstly you gotta have rights on gta sa itself, which, even considiring that the game is 8 years old already, is kinda costy.
  4. привет, у меня сервер ругается на ресурс рейс топ таймс, вот что пишет: WARNING: [gamemodes]/[race]/[addons]/race_toptimes/toptimes_server.lua:32: Bad argument @ 'outputChatBox' вот что в 31-33 строчках содержится(решил выложить, мало ли это нужно): if model == 425 then outputChatBox ( source, "has got the Hunter", getRootElement(), 255, 255, 255, true ) if g_SToptimesManager then в чём тут загвоздка может быть?
  5. hello. as some of you already know the default race toptimes resource has only 3 collumns: 1st is the position, 2nd, is the nickname of the one who has this position and the 3rd is his/her time. but as far as i know the date of every record that has ever been set is also saved in the registry.db (the file where all the information about records is held). so my question is: does it take an unspeakable amount of scripting knowledge to make the date collumn appear along with the 3 other collumns mentioned above or everything can be done by adding a few new lines in toptimes_client.lua? if it's hard than i'm looking for someone who can get the job done, for money of course, if it's easy, than please tell me how to do it, since, i believe i'm not the only one who wants to add the date collumn in the race top times.
  6. What The Fu.ck? what it is gj? @_____@ it stands for "good job". you also wanted to share your v2, didn't you?
  7. спасибо большое. ты очень помог.
  8. привет, у меня есть задумка ограничить опцию играть снова до двух раз подряд (в дефолте это бесконечно можно делать). у меня уже есть вот такой код: local timesMapPlayed = 0 local lastMapPlayed = 0 if currentMap ~= lastMapPlayed then timesMapPlayed = 1 lastMapPlayed = currentMap end if currentMap and timesMapPlayed <= 2 then -- map could be played max. 3 times in row timesMapPlayed = timesMapPlayed + 1 table.insert(poll, {"Play again", 'nextMapVoteResult', getRootElement(), currentMap}) end в своём текущем состоянии оно вообще уберает опцию играть снова, даже не смотря на эту строку: if currentMap and timesMapPlayed <= 2 then -- map could be played max. 3 times in row в чём может быть проблема? я пытался уже менять значение, но максимум чего удалось добиться, - это единственного появления опции играть снова сразу почле запуска рейс ресурса. в дальнейшем эта опция опять пропадает независимо от карты. дайте советов мудрых как это все исправить.
  9. ha, thanks man, that was easy. please close the topic, somebody.
  10. ребят, привет. кто-нибудь знает как убрать из автозагрузки killmessages и traffic sensor? имеется ввиду рейс мод. спасибо зарнее. упд: всё, проблема решилась, можно закрывать.
  11. hi. can you tell me how to get rid of killmessages and traffic sensor in the race mode? i mean, they don't present in mtaserver.conf, but still, when my server boots up, they boot up together with it. and even when i manually turn these resources off, they, somehow, restart themselves after some time ( about ~12 hours). wtf? please suggest me anything. thanx.
  12. weak excuse. people always and constantly need money.
  13. you gonna be the most hated user on the forum with such thoughts, sheikie. hold it.
  14. Hi, im looking for a way to limit the play again option to only 2-3 times in a row. this code should get the job done: local timesMapPlayed = 0 local lastMapPlayed = 0 if currentMap ~= lastMapPlayed then timesMapPlayed = 1 lastMapPlayed = currentMap end if currentMap and timesMapPlayed <= 2 then -- map could be played max. 3 times in row timesMapPlayed = timesMapPlayed + 1 table.insert(poll, {"Play again", 'nextMapVoteResult', getRootElement(), currentMap}) end but for some reason it doesn't. What's wrong?
  15. excuse me, but isn't he the author of those maps? or u wanna say that ur opinon on things is over and above the opinon of the guy who made the maps? don't take it personal, i'm just inquiring and curious.
  16. как только вышла было весело, но уже давно приелась.
  17. присоединяюсь к поздравлениям и дарю скрипт, который позволит устроить неповторимую атмосферу праздника не отходя от компьютера. https://community.multitheftauto.com/index.php?p= ... ls&id=5027
  18. ffs server has a live stream from some site with funny pictures.
  19. Idk why it's not here yet, so yeah, here it is, enjoy: im not author of this video or map, btw.
  20. Fella

    Maplist

    the problem is, the console shows (or has space to show) only like 200 maps. but what do i do if i got 800+ maps on my server?
  21. с руками-то у меня как раз таки плохо, иначе бы я не стал создавать топик. если у тебя есть предложения, - то я готов оплатить тебе чай и бутерброд, нет проблем.
×
×
  • Create New...