Jump to content

help plz


Squall

Recommended Posts

got a bit of a problem is this right???

on *:SIGNAL:mta.command: {
 if ($3 == !gender) { 
   if ($5) mta.msg $1 $2 Error - Please enter a Gender i.e M/F.
   elseif $5 == F mta.msg $1 $2 you are a female say !race to choose your race
   elseif $5 == M mta.msg $1 $2 you are a male say !race to choose your race
 }
}

Link to comment
got a bit of a problem is this right???
on *:SIGNAL:mta.command: {
 if ($3 == !gender) { 
   if ($5) mta.msg $1 $2 Error - Please enter a Gender i.e M/F.
   elseif $5 == F mta.msg $1 $2 you are a female say !race to choose your race
   elseif $5 == M mta.msg $1 $2 you are a male say !race to choose your race
 }
}

ahahahhahah theoden is using a me idea , of race script , right?xD

:wink:

Cya,

Deemon :wink:;)

Link to comment
got a bit of a problem is this right???
on *:SIGNAL:mta.command: {
 if ($3 == !gender) { 
   if ($5) mta.msg $1 $2 Error - Please enter a Gender i.e M/F.
   elseif $5 == F mta.msg $1 $2 you are a female say !race to choose your race
   elseif $5 == M mta.msg $1 $2 you are a male say !race to choose your race
 }
}

on *:SIGNAL:mta.command: {
 if ($3 == !gender) { 
   if (!$4) mta.msg $1 $2 Error - Please enter a Gender i.e M/F.
   elseif ($4 == F) mta.msg $1 $2 you are a female say !race to choose your race
   elseif ($4 == M) mta.msg $1 $2 you are a male say !race to choose your race
 }
}

Link to comment
  • Recently Browsing   0 members

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