Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: FreakWay on January 25, 2010, 11:00:23 pm

Title: Commands say with point.
Post by: FreakWay on January 25, 2010, 11:00:23 pm
Well i want to request help for can make have another command to talk on mirc, i have it !say but i like one on especial that is the command with the point and next the text. like this exmple: .hi everybody

Quote
    elseif ($left($1,1) == $chr(46)) {
      if (!$2) msg $chan 5Error - Missing Information, $1 <Message>
      elseif ($nick isop $chan) vcmp.say 1 * Admin $nick $+ : $2-
      elseif ($nick ishop $chan) vcmp.say 1 * Mod $nick $+ : $2-
      else {
        vcmp.say 1 * $nick $+ : $2-
      }
    }

please anybody can help me i need have the command with point

Regards BlueRey~
Title: Re: Commands say with point.
Post by: thijn on January 26, 2010, 12:51:03 am
What's not working?
Title: Re: Commands say with point.
Post by: FreakWay on January 26, 2010, 01:17:04 am
the command have an error and i dont let me talk with the point
Title: Re: Commands say with point.
Post by: FreakWay on January 26, 2010, 10:45:02 pm
commands resolved by rulk.