Jump to content

CoZ

Members
  • Posts

    598
  • Joined

  • Last visited

Everything posted by CoZ

  1. CoZ

    !admin help

    lets start with the beginning script type admins are different then rcon admins that said do you even have script admins ? if the answer is no, well .. change that first if your trying to write your own script its still not a bad idea to 'borrow' the admin part of a ready script .. just ask the author for permision maybe u can use tommis script
  2. try deinstalling and reinstalling from the first screenshot i can tell something is not right there are only a few things in the rockstar directory and a folder "square square square square square square square square square square square square square square square square !!!! " instead of what i expect ., anim , audio, data, models etcetc
  3. any visual mod .. who cares .. that aint cheating but handling .. still .. cheaters sux on normal servers the ratio people that use cheats to have fun in stunt maps (dont ask how or why) but honestly dont use it in a race is next to none .. i tend to warn people first before giving ban .. best way to deal with cheaters .. lots of admins ps ...freezing people who cheat rules
  4. on *:SIGNAL:mta.text:{ if (site isin $3-) { mta.text $1 www.xendot.com } } this will spam when someone types the word "site" but you probably meant it to respond to the command " !site " on *:SIGNAL:mta.command: { if ($3 == !site) { mta.text $1 www.xendot.com } on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) == Player) { !.timer 1 5 mta.text $1 Player, please change nickname ! !.timer 1 20 mta.text $1 Player, press ESCAPE click SETTINGS and change the name !! } } or on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) == Player) { !.timer 1 5 mta.text $1 Nickname player is not allowed !.timer 1 10 mta.kick $1 $2 } }
  5. maybe a idea upload it to center.mtasa.com (make sure you have race settings - description and author set (you dont have that now)) create account upload it (besides being a easy - searchable and commentable place there are a lot of server admins that only look there for new maps im one of them - my server automatically downloads all new maps )
  6. CoZ

    Hack prevention

    good idea .. but a simple write protect flag on the file will destroy the idea (or a small program that waits till mta is done rewriting and .. overwrite the rewrite) checking a file checksum, and some random bits of the file if its still same should work in a lot of scenarios
  7. CoZ

    noob

    1 .. try the button T 2 .. welcome 3 .. [homer mode] hmm .. forbidden pies [/homer mode]
  8. besides the .. you had to see it to believe it-like crashes etc its always fun to let someone be first for 97%of the race ..then gain them and always fun are the crashes with dozens of people oh oh ..i just remembered one a map that went fairly steep down.. another roadpiece even steeper.. but also at a angle -- first didnt notice it in time ..the rest followed ... result .. 32 people drowned !! just messing around is fun try and find the limits of the game like the screenshot i saw recently ... 4 forklifts picking up a large vehicle ive been playing for a while now .. have so manny fun moments , cant begin to tell them all
  9. woops ... i knew the 1080 was in there somewhere
  10. 1080*720=777600 pixels 2560*1600= 4249600 pixels pixels is a dot on the screen the game,cpu and graphic card need to calculate so its 5.4 times greater in size ( just like a 4*4 pool is 4 times bigger than a 2*2 pool ) oh and 1080 * 720 isnt high on a computer display .. but its high definition tv on a television !!
  11. so why would the script be responsible for that and not the mta server that glitched ?
  12. hi all did anyone try and make something usefull / fun so far i did include about 100 small 1-2 line jokes but that wasnt hard i had a few ideas - would it be fun to show the map creator name and description - via center - a lot of times people from odd foreign countries are online . is it possible to send translate requests to a translate site like babelfish and get results ingame - small games .. like trivia ? - dunno .. give me ideas i already have a lot of random comments in my script like when someone types hello. it goes on *:SIGNAL:mta.text:{ elseif ($3- == hello) { set %rand $rand(0,6) if (%rand == 0 ) mta.text $1 Automessage: Heeeey !! elseif (%rand == 1 ) mta.text $1 Automessage: Good day elseif (%rand == 2 ) mta.text $1 Automessage: Hi !!! elseif (%rand == 3 ) mta.text $1 Automessage: Welcome mta.pm $1 $2 if people are racing they'll respond later } } did someone make a full chatbot ? so basically .. did people try and make fun/usefull stuff with mirc for mta (besides admin commands)
  13. mta.a2a.send %a BROADCAST $mta.server(%a).nick LOSTMAPS $mta.maplost(%a) the message , example [15:09:59] ADMINPM: coz to ZuZo: BROADCAST coz LOSTMAP 878 can this be worked around after this the tommis script - and others probably too- only get Unknown as mapname i know you said earlier that server sends names in one go but cant the script just ask the name of a single map ? (kinda annoying admins cant start 3/4 of the maps with !startrace .. records dont get recorded etc) tnx
  14. CoZ

    how do i play online

    He knows how to start it. he figured out how to post the question but didnt figure out how to install mta and run it meh . no-one is perfect
  15. try this .. open the map in notepad scroll all the way down if you see more than one of the following in the last lines or remove the extra ones
  16. in mtaserver.conf replace the 1 to 0 in this piece # AntiCheatEnabled # Required: No (defaults to 1) # Purpose: Defines whether anticheat is enabled or not. # Format - AntiCheatEnabled <1/0> AntiCheatEnabled 0
  17. i doubt he was talking about linux vs windows
  18. with the exception that some things might work a bit different if its a v1 map on a v1.1.1 server a. checkpoints changing from boat to car on shoreline might get you stuck b. if its a curved ramp with open space and you change to a rc plane you might get stuck c a changing checkpoint in some tunnels might get you stuck d .. if the timelimit you set on server is greater than 10 minutes it will still default to 10 minutes but other than that ..
  19. its a bug on several places resulting in that .. server sends maplist in one frame so names get lost but its also a bug in mta.mrc .. (which the tommis script uses) that the name doesnt get asked again , but the name changed to unknown its .. annoying once lost it will generally stay lost (usually) cuz on mapstart it re-uses the lost name i have 3000+ maps on my server and now only 1/10 maps get a record (and setting/breaking record means cash) but .. most annoying is admins cant !changemap to all maps ps .. reply of Aeron reply of Aeron and reply of Oli
  20. i asked once if it would theoretically be possible to load mta-race maps so despite getting a yes as answer at the time .. thats going to be a no ?
  21. CoZ

    New to Scripts

    I'd need 50% up front... the other 1/2 on completion... good luck searching boys
  22. CoZ

    New to Scripts

    you could finding a functional script - rip out* stuff you dont want/need, just to get started .. and add it yourself (* or make it so that the commands are different than normal , and the commands are not listed in the commands list .. its the same ) .. ps , ifd you want to find a serious coder - whos willing to do this for a bit of money there are special sites for just that (and no .. noone will make half your script for free .. cuz it will take a lot more than 5 mins)
×
×
  • Create New...