Jump to content

(OVG)Santi

Members
  • Posts

    84
  • Joined

  • Last visited

Everything posted by (OVG)Santi

  1. if ($wildtokcs($3-,*sh*t*,1,*) != $null) { i need add more words, what i must to do? use what?
  2. thx for the help i create this, but one things why this scrip is soo long var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$mta.getnick($1,$4)),$2) if ($3 == !ty) { if ($4) { mta.text $1 $mta.nick($1,$2) $+ :: Thank you, $mta.nick($1,%a) $+ !! } else mta.pm $1 $2 Error - Sintaxis: !ty } if you here put $mta.name($1,$mta.getid($1,$4)) this work perfect i use thos for MTA:Vc because lol this dont work but my scripts for get the name for MTA:VC is good or exist somethins scrips best say != $null and for mta:vc is != Unkoun and the other is mta.server.cmax change for mta.players lol but what i must put in the remote.ini for wheni start mirc auto load mta.mrc and conenct to tthe server?
  3. thx for the help i create this, but one things why this scrip is soo long var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$mta.getnick($1,$4)),$2) if ($3 == !ty) { if ($4) { mta.text $1 $mta.nick($1,$2) $+ :: Thank you, $mta.nick($1,%a) $+ !! } else mta.pm $1 $2 Error - Sintaxis: !ty } if you here put $mta.name($1,$mta.getid($1,$4)) this work perfect i use thos for MTA:Vc because lol this dont work but my scripts for get the name for MTA:VC is good or exist somethins scrips best
  4. for me dont work this part, what is the problem? if ($mta.dead($1,$2) == $false) { and that is true mof the unfreeze but when some player is freeze for somethings tk nothings more and if you are frezeeed for do tk and change your nick for unfreeze i kick you lol
  5. i write the scrip bad or the scrip dont work???? on *:SIGNAL:mta.nick:{ if ($mta.nick($1,$2) == $mta.nick($1,$2)) { if ($mta.nick($1,$2) == Player) { if ($mta.dead($1,$2) == $false) { mta.pm $1 $2 Please change your nick now! press esc and go to settings mta.freeze $1 $2 } else mta.pm $1 $2 Please change your nick now! press esc and go to settings } else { mta.unfreeze $1 $2 !.timer 1 10 mta.unfreeze $1 $2 } } } thx again
  6. thanks you for you help!!! for all the times!
  7. Is for mta:sa var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$mta.getnick($1,$4)),$2) if ($3 == !addban) { if ($4) { if ($readini($mta.dir $+ admin.ini,admin,$mta.nick($1,$2)) >= { mta.addban $1 $mta.ip($1,%a) mta.text $1 The nick $mta.nick($1,%a) is banned! Reason: $5- } else mta.pm $1 $2 You need be admin level 8 or more for use this command! } } } Here is the scrip if you can modify this for when i type (or other admin lvl 8 or more) !addban this ban the he/she in all of my servers thanks you! is you found any error in this scripts dont worry later i will check
  8. How for when i type !addban or !ban this ban the player or ip in all of ,y server, i have 3 what i must do for that happens i know is ban $1 $2 but how for $1 refer to the 3 server in the same time????
  9. that know how for doo i need know what is the best irc server?????'' thx
  10. i need create a irc server for the admins can have control of the server in mirc chta for example: if i put !mute thie mute to the player writed and other but i need the name of a very good server of irc. and the scrips must be load in the mirc client of the server?
  11. how for a command exe every for example 30 and if no player playing stop and qwhen the numbre of player is over 1 start again every 3 second do one command
  12. how for create a mirc server????' for chat wicth my friends and admins of the server?????
  13. hi i need more help i need this commands: when a player join to mtasa wicth the name "player" i need the consola say hi player press "t" adn type "/nick " thaks you and if he dont change her name in 15 seconds say that again and in other 15 if he dont change her name kick to he!
  14. the bug was when you type only !ty the scrips dont send to you the pm and in my version yes!
  15. was a error in that script when you dont put nothigs dont send the pm var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$mta.getnick($1,$4)),$2) if ($3 == !ty) { if (%a == -1) mta.pm $1 $2 Error - Absent ID else mta.text $1 $mta.nick($1,$2) $+ :: Thank you, $mta.nick($1,%a) $+ !! } but here yes i fix that var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$mta.getnick($1,$4)),$2) if ($3 == !ty) { if ($4) { mta.text $1 $mta.nick($1,$2) $+ :: Thank you, $mta.nick($1,%a) $+ !! } else mta.pm $1 $2 Error - Sintaxis: !ty } [quote][/quote]
  16. } if ($3 == !kickme) { mta.text $1 $mta.nick($1,$2) wants to be kicked... mta.pm $1 $2 3 !.timer 1 1 mta.pm $1 $2 2 !.timer 1 2 mta.pm $1 $2 1 !.timer 1 3 mta.pm $1 $2 Cya! !.timer 1 4 mta.kick $1 $2 !.timer 1 5 mta.text $1 and kicked! } how for say in the last item the name of the player was kicked!
  17. i need have this scrip if ($3 == !ty) { mta.text $1 $mta.nick($1,$2) say to $mta.getid($1,$4) thanks you! } is that correct? because dont say the name of the other player!
  18. hi i need this scrips plisss: !rec, !brb and !back, !silius (asnwer: silius server run on Windows XP!) thx! Santiago.
  19. What in the link say the command for see to the console but i need where i can study programing in mIRC no schools, i need web sites where i can go read and learn thanks you.
  20. Where to study MTA:mA porgraming in my hoause for mta:sa?
  21. Hi. Where i can study for do programing in mIRC??? Thanks you.
  22. (OVG)Santi

    PSP

    What you say????
  23. Yes, ifound the scrips "Jax and Oli RPG" but have a lot of bugs in the command "!bank (all´s)","!cash", and much more and other is the "Police and Robbers" but this have much where i can download this but are down. PLisss cna you send me a link where a can download the last version of that scrips and a working link. Thanks you.
  24. (OVG)Santi

    PSP

    Are you sure? no are avaible a modification or somethings for run the mta in the PSP i have the UMD (cd for the PSP) of GTA:VC and i can install the mta in the psp and this run???
×
×
  • Create New...