Jump to content

PoLiNi

Members
  • Posts

    15
  • Joined

  • Last visited

PoLiNi's Achievements

Square

Square (6/54)

0

Reputation

  1. Hello, I want to host a MTA:DM Server via Hamachi, so me and a couple of my friends could play on our own server! We wanna make a stunt video so for that we could use it. However I don't know how to get this server online. I've downloaded and installed the latest release of MTA DM and now i'm trying to host a server and join by quick connect but it doesnt find the server at all Could any help me? Thanks
  2. 4cazp from the commands i see it's gonna be a good script ! tempban and add and remove word nice commands are those
  3. Oki doki, i hope DP3 will be released soon than
  4. Thanks alot, this will be usefull on a server of my friend, though it kicks straight away when the ping comes above the max isnt it? and it isnt kicking over the average ping some1 has... That would be better because some people have a little ping "SPIKE" as i will call it that the ping will be high for 1 fraction and after that it will go back down, but the ping was a moment above the max and ppl get kicked by than as i understood
  5. PoLiNi

    Player kick

    Hey, I've been looking for a script like this, but i dont know how to get this script running. Could anyone tell me what to do to make this script able to run on the server? I am really a newb on this so i would like to get some help
  6. I couldnt fine anything. And the old script on MTA SA Race didnt work at the DM server so thats y!
  7. Hello, For a server of a friend of mine i've been asked to help to find some scripts. The first thing he asked me to do is to get a script which automaticly kicks people connecting with the name "Player" So what i would like to have made is a script that kicks that people and as message tell them they have to change their nickname. However, I'm a UBER newbie @ Scripting. So could anyone make it for me or give me some hints tips n tricks? Thanks in advance
  8. Hey all, I've got a little issue with my MTA SA DM. I want to change my drive by key on DM. Default it is on RMB(mouse 2), however i got my handbrake on this, since i constantly use my mouse. Now the problem is i want to change it to Space, or something like that however it doesnt work, when i change it it also shows in the options and i press OK, but in game i still have to use RMB. When i go back to options again, it is still on the button i changed it to. Also changing to a other mouse button wont work What to do? Cya
  9. Thanks alot, and i'm curious about the end result
  10. Okay, i'm almost finished. I got a little copy from some1 else, though 2 things i dont understand yet... on *:SIGNAL:mta.start:command if ($2 == The script has started succesfully) { $mta.console Started the cheat pm script. } on *:SIGNAL:mta.command: { if ($1 == !admin $mta.nick) { var %cheat1 = (admin-cheat$1,$2) != $readini($mta.nick,Cheater($1,$2) else } on *:SIGNAL:mta.pm:command { if ($4- == !admin $mta.nick) { var %cheat1 = (admin-cheat$1,$2) != $readini($mta.nick,Cheater($1,$2) $mta.pm * PM Sent to Admin : Hello admin, the player named $mta.nick is or was cheating, could you please ban him? } on *:SIGNAL:mta.login:command if ($2 == !checkpm ) { var %pm = (pm,$1,$2) != $readini($mta.nick,pm($1,$2) else var %pm = (pm,$1,$2) != $readini($mta.nick,pm($1,$2) $mta.pm At the moment you don't have any messages. var %pm = (pm,$1,$2) != $readini($mta.nick,pm($1,$2) Hello admin, $mta.nick was or is cheating, could you please ban him?!} } on *:SIGNAL:mta.addban:command if ($2 == !ban $mta.ip,$mta.nick ) { } $mta.text Name: $mta.nick IP: $mta.ip has been banned from the server! } } There is 1 thing I doubt about and 1 thing i dont understand (the copied part) First the thing i dont understand. The $readini command, is this a command which is for reading the admins inbox? Now the 2nd part, and thats about my last part of the script with the addban command. I would like to have when the script bans the ip AND the nickname of the player at the same time. So i've done it like this on *:SIGNAL:mta.addban:command if ($2 == !ban $mta.ip,$mta.nick ) { } $mta.text Name: $mta.nick IP: $mta.ip has been banned from the server! } } however i dont know if its possible to put $mta.ip and $mta.nick into one ban command Please tell me how my script is and eventually make some fixes into it?
  11. Okay, i already found out i'm going to use the if-elseif-else scripting. And i found a tutorial in my language (dutch) so i'm tyring to understand
  12. Hey, I'm having a join challenge for a clan. And the challenge is to make a script. --- Script: When there are no admins in the server and there is someone cheating than a player has to be able to type something like !admin *Name* uses cheats. Than the first admin who comes online after this message has been typed by one or more players, he will recieve the message, and at what time it was sent. This PM has to been send when there 40% of the players that are in the server have used this command. When the first admin that has been arrived recieves this message, the message shouldn't be sent to other admins who arrive later in the server, so it has to be deleted... --- Now i don't know at all what and how i should make this script. The only thing i know that it has to be used on a MTA:SA DD server. If anyone can give me some advice, what language I should use and which programme or whatever I should use and can tell me where i should look, than i will try to make a script and after that I will post it here. Thanks alot already, Polini
×
×
  • Create New...