Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Nemesis2500 on June 30, 2008, 11:17:51 pm

Title: !stfu on IRC
Post by: Nemesis2500 on June 30, 2008, 11:17:51 pm
Hello guys... ;)
i have a little problem with !stfu on irc

Quote
<Nemesis_24>   !stfu xD
<Hunter_Bot>   Admin:[ Nemesis_24 ] Added:[ ] To:[ STFU List ]

nothing appears on added
Quote
Added:[ ]

Quote
elseif ($1 == !stfu) { vcmp.addstfu $2- | vcmp.adminchat Admin:[ $nick ] Added:[ $vcmp.hgetname($vcmp.nameid($2)) ] To:[ STFU List ] 
    }

i dunno wth
pls help  ;D

PS:same with !unstfu
Title: Re: !stfu on IRC
Post by: AdTec_224 on July 01, 2008, 01:24:59 am
Assuming you're using sansan this is what it should look like:

Code: [Select]
elseif ($1 == !stfu) { vcmp.addstfu $2- | vcmp.adminchat Admin:[ $nick ] Added:[ $iif($vcmp.nameid($2) != $null,$vcmp.hgetname($vcmp.nameid($2)),$2) ] To:[ STFU List ]  }
Note: UNTESTED!
Title: Re: !stfu on IRC
Post by: TanaX01 on July 01, 2008, 01:51:10 am
Assuming you're using sansan this is what it should look like:

Code: [Select]
elseif ($1 == !stfu) { vcmp.addstfu $2- | vcmp.adminchat Admin:[ $nick ] Added:[ $iif($vcmp.nameid($2) != $null,$vcmp.hgetname($vcmp.nameid($2)),$2) ] To:[ STFU List ]  }
Note: UNTESTED!

Nice Adtec and !BanList In Irc ?
Title: Re: !stfu on IRC
Post by: Nemesis2500 on July 01, 2008, 01:52:05 am
Assuming you're using sansan this is what it should look like:

Code: [Select]
elseif ($1 == !stfu) { vcmp.addstfu $2- | vcmp.adminchat Admin:[ $nick ] Added:[ $iif($vcmp.nameid($2) != $null,$vcmp.hgetname($vcmp.nameid($2)),$2) ] To:[ STFU List ]  }
Note: UNTESTED!
a million of thanks even IF that doesnt work thanks  ;D
Title: Re: !stfu on IRC
Post by: AdTec_224 on July 01, 2008, 01:56:55 am
humm strange it works for me i just tested it :P

Quote
Mon 11:55::. <@AdTec_224> !stfu adtec
Mon 11:55::. <@Captain_Obvious> ** Added [KFJ]AdTec_224 to the stfu list.
Mon 11:55::. <@Captain_Obvious> Admin:[ AdTec_224 ] Added:[ [KFJ]AdTec_224 ] To:[ STFU List ]

Nice Adtec and !BanList In Irc ?

my version of !banlist just echo's a web URL and bans are echo'd and logged by a bot i have no idea how to script it from local to remote.
Title: Re: !stfu on IRC
Post by: TanaX01 on July 01, 2008, 01:58:24 am
sasan

remote.ini ?

Quote
[variables]
n0=%identpw /identify *private*
n1=%homechan #GranGtaOnline
n2=%echochan #GranGtaOnline
n3=%botname Marcispeems
n4=%host 127.0.0.1
n5=%port 5315
n6=%pass private*
n7=%echolevel 4
n8=%max_retry 20
n9=%dll rcon.dll
n10=%max_players 50
n11=%currentmode none
n12=%acctsfile vcmp.accounts.hash
n13=%stfufile vcmp.stfu.hash
n14=%cpickupsfile vcmp.currentpickups.hash
n15=%confighash vcmp.config.hash
n16=%configfile config.ini
n17=%climate 4 4 1 0 1 4 4 4 1 0 1 4 4 4 1 0 1 4 4 1 0 1 4 4 0 1 5 4 0 1 3 1 0 4 2 0 1 6 1 0 4 4 1 0 1 4 4 1 0 1 4 4 1 0 1 4 4 1 0 1 4
n18=%valid.weaponmodel.ids 259 260 261 262 263 264 265 266 267 268 269 272 274 275 276 277 278 279 280 281 282 283 284 288 289
n19=%invalidweapons 28 29 30
n20=%keepalive 0
n21=%c 12
n22=%inicrc 76B2704D
n23=%playercount 0
n24=%cd 0

my file ban is vcmp.bans
Please Help Adtec   :-[
Title: Re: !stfu on IRC
Post by: Nemesis2500 on July 01, 2008, 03:44:29 am
humm strange it works for me i just tested it :P

Quote
Mon 11:55::. <@AdTec_224> !stfu adtec
Mon 11:55::. <@Captain_Obvious> ** Added [KFJ]AdTec_224 to the stfu list.
Mon 11:55::. <@Captain_Obvious> Admin:[ AdTec_224 ] Added:[ [KFJ]AdTec_224 ] To:[ STFU List ]

Nice Adtec and !BanList In Irc ?

my version of !banlist just echo's a web URL and bans are echo'd and logged by a bot i have no idea how to script it from local to remote.
i didnt say that didnt work ;) i meant if it probably wont work

BTW:IT WORKS!

<Nemesis_24>   !stfu XD
<Hunter_Bot>   Admin:[ Nemesis_24 ] Added:[ XD ] To:[ STFU List ]