watti Posted April 11, 2007 Posted April 11, 2007 on *:SIGNAL:mta.command:{ if $3 == !r then rpg.radio alias rpg.radio var %a = 0,%b = $null { while (%a <= $mta.maxplayers($1)) {if ($mta.skin($1,$2).name == $mta.skin($1,%a).name) mta.msg $1 %a Unit $2 $mta.name($1,$2) : $4- , $4-"over"} } inc %a } Ownership laws go to Myself, you are NOT to reproduce this script or copy and paste... this script if copied must pay 100USD E-Gold... if i find on any server this script i will make a force payment of 100USD through E-Gold means Dont use my script.. dont copy and paste it unless you fix it
lil Toady Posted April 11, 2007 Posted April 11, 2007 Ownership laws go to Myself, you are NOT to reproduce this script or copy and paste... this script if copied must pay 100USD E-Gold... if i find on any server this script i will make a force payment of 100USD through E-Goldmeans Dont use my script.. dont copy and paste it unless you fix it ehm u dumb? copyrighted a little piece of code that does nothing? actually you couldn't even make it work, you came and said "plz fix my script and ill forbid u to use it kthnxbai" I have no idea what does it have to do, all the brackets are in wrong places, you're using undefined variables and other sh*t. And those words pissed me off so im not even gonna help
watti Posted April 11, 2007 Author Posted April 11, 2007 wow.. that pissed you off.. ive been working on this script from 10 am the smorning till 8PM ... So any one help me fix it... you type Watti: /msg r hello PM from Admin: Unit 1 Watti: Hello its a cop command... and i said the usd thing cause i dont want noobs going 1337 script woot i have another RPG command...
lil Toady Posted April 11, 2007 Posted April 11, 2007 this not working command is nothing compared to scripts like GRS, PRS, GUS, Jax's and Oli's RPG and actually it wont make any server 1337 (and btw if you searched the forum you'd find lots of scripts like that..) P.S: You worked on this 10hours?? it aint even worth 2 minutes of work lol
watti Posted April 11, 2007 Author Posted April 11, 2007 dude... im still learning.. i and i was taking breaks.. i just calculated from 8 PM till 10Am
watti Posted April 11, 2007 Author Posted April 11, 2007 and ... umm why brag oh my scripting work is 100% better than his NOOB FUCKING NOOB SCRIPTER!!!!! THATS NOT WORTH MY TIME FUCKING ID RATHER TEASE HIM THEN HELP HIM... now thats a noob of you...
kevuwk Posted April 11, 2007 Posted April 11, 2007 on *:SIGNAL:mta.command:{ if $3 == !r then rpg.radio $1- } alias rpg.radio var %a = 0,%b = $null while (%a <= $mta.maxplayers($1)) { if ($mta.skin($1,$2).name == $mta.skin($1,%a).name) { mta.msg $1 %a Unit $2 $mta.name($1,$2) : $4- , $4- $+ over } inc %a } } something like that
kevuwk Posted April 11, 2007 Posted April 11, 2007 notice that i said 'something like that' and not 'this should work', you said you are learning, that is a step in the right direction
Scooby Posted April 12, 2007 Posted April 12, 2007 on *:SIGNAL:mta.command:{ if $3 == !r then rpg.radio $1- } alias rpg.radio var %a = 0,%b = $null while (%a <= $mta.maxplayers($1)) { if ($mta.skin($1,$2).name == $mta.skin($1,%a).name) { mta.msg $1 %a Unit $2 $mta.name($1,$2) : $4- , $4- $+ over } inc %a } } something like that on *:SIGNAL:mta.command:{ if ($3 == !r) rpg.radio $1- } alias rpg.radio { var %a = 0,%b = $mta.skin($1,$2).name while (%a < $mta.maxplayers($1)) { if (%b == $mta.skin($1,%a).name) { mta.msg $1 %a Unit $2 $mta.name($1,$2) $+ : $4- Over. } inc %a } } this might be a bit closer, although i think u might wanna add it under a pm, or theres not much point in the command at all.
Recommended Posts