Jump to content

Error in this script some were


watti

Recommended Posts

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

Link to comment
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

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

Link to comment

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...

Link to comment

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

Link to comment

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

Link to comment
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.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...