Jump to content

Help me, best scripter Today:D


ImJohnMclane

Recommended Posts

if you want that command to put a player into a prison for some time that he can't get out, thats impossible

if just you want it just to say that somebody has been jailed:

on *:SIGNAL:mta.command:{
 var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2)
 if ($3 == !jail) {
   if (%a == -1) mta.msg $1 $2 Error - Absent ID
   elseif (%a == $2) mta.msg $1 $2 Error - Can't jail yourself
   elseif ((!$5) || ($5 !isnum)) mta.msg $1 $2 Error - Syntax: !jail 
   else mta.say $1 $mta.name($1,%a) has just been jailed to VCPT for $5 minutes by $mta.name($1,$2) $+ !
 }
}

Link to comment
  • 1 month later...
  • 3 weeks later...

there is a server, for the..well here for example.

!wanted

-Wanted Players: Player

!crime Player

-Player's Crime: Murderer

!jail Player

-Player has been jailed for 3 minutes.

-You earned $50.

But, the player has to be in one of the 4 cells, in VCPD HQ.

for example.

!wanted

-Wanted Players: Player

!jail Player

-You must be in VCPDHQ to jail.

-Player is not in jail.

Link to comment
there is a server, for the..well here for example.

!wanted

-Wanted Players: Player

!crime Player

-Player's Crime: Murderer

!jail Player

-Player has been jailed for 3 minutes.

-You earned $50.

But, the player has to be in one of the 4 cells, in VCPD HQ.

for example.

!wanted

-Wanted Players: Player

!jail Player

-You must be in VCPDHQ to jail.

-Player is not in jail.

ye there are a lot of servers which have this script.. :lol:

Link to comment
  • Recently Browsing   0 members

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