Vice City: Multiplayer

VC:MP Discussion => Support => Topic started by: (SpCy)Alex on Jul 01, 2018, 01:22 PM

Title: Help Whith !cmds
Post by: (SpCy)Alex on Jul 01, 2018, 01:22 PM
if someone could help me with a !command script I have a lot but none works

if ( ( Prefix == "!" ) && ( Count > 4 ) ) FCommand( Nick, Command.tolower(), Text );
          else if ( ( Prefix == "!" ) && ( Count == 4 ) ) FCommand( Nick, Command.tolower(), null );

          if (Nick && Command && Text)
{
 FCommand( Nick, Command, Text );
 }
          else if (Nick && Command)
 {
         FCommand( Nick, Command, null );
 }