Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - [KB]ViceMania

Pages: [1]
1
Script Discussion / help for squirrel
« on: September 27, 2014, 01:16:02 pm »
Can somebody show me how to make my commands like" player.Health = , MessagePlayer("[#6666FF]TEXT",player); , Message("[#FF9900]TEXT TO ALL");
I need all the commands to see how do mine.

2
General Discussion / pawno for 0.4
« on: September 25, 2014, 04:23:20 pm »
Will there be pawno for 0.4 !?  ???

3
mIRC/pawn Scripting / Help..
« on: December 13, 2012, 12:15:22 pm »
I have a problem with "GUPS", I need a auto kick for names: "! @ # $% ^", because registration, make crash. I hope that if someone would help me.

Thanks Advanced! :P

Sorry for my bad English.

4
mIRC/pawn Scripting / Pawno help
« on: December 10, 2012, 03:02:16 pm »
Hello, pleace help my for SetWorldBounds, why commands not work!?!?!?

   else if (strcmp(cmd, "!close", true) == 0) {
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid,COLOR_GREEN,"**pm >> LOGIN!!!");
      else {
         SetWorldBounds(129.2857, -198.0357, 1316.25, 821.7857);
         SendClientMessage(playerid,COLOR_GREEN,"**pm >> Map been closed!");
      }
      return 1;
    }
   else if (strcmp(cmd, "!open", true) == 0) {
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid,COLOR_GREEN,"**pm >> LOGIN!!!");
      else {
         SetWorldBounds(5000.0, -5000.0, 5000.0, -5000.0);
         SendClientMessage(playerid,COLOR_GREEN,"**pm >> Map been opening!");
      }
      return 1;
    }


Thanks advanced.

5
mIRC/pawn Scripting / plz help command !wep for FBS v2.0
« on: December 23, 2011, 11:35:28 pm »
Can anyone help me to do !Wep in FBS v2.0 to get my guns from the store but not of command.
but does not look as bad as I did
  ;D

elseif ($3 == wep) {
    if ($FBS.lin($1, $2) == $null) vcmp.msg $1 $2 You must either register or be logged in as Admin Level 1.
    elseif ($FBS.Level($1, $2) < 1) vcmp.msg $1 $2 Error, You need to be at least level 1 to use this command.
    elseif ($5 !isnum) vcmp.msg $1 $2 Error - Correct Syntax: /c $3 <ID> <ammo>
    else {
      vcmp.setweapon $1 $2 $4 $5
      vcmp.msg $1 $2 $vcmp.name($1, $2) $FBS.ID($4)) $+ 's weapon to:[ $FBS.Wepname($5) $chr(93) Ammo:[ $6 $chr(93)
    }
  )



======= Thanks in advance =======

6
mIRC/pawn Scripting / plece help !clanstats command (pawno)
« on: August 01, 2011, 04:56:47 pm »
How do !clanstats command example -

!clanstats
TOP 10 CLAN KILLS
USA - 1504 ULK - 1203 TLK - 1013


(PLZ HELP)

Pages: [1]