Update jail.pwn
This commit is contained in:
parent
bfa237c5e4
commit
a2f11b3786
@ -264,7 +264,9 @@ stock JailPlayer( playerid, seconds, admin = 0 )
|
|||||||
p_DetainedLabel [ playerid ] = Text3D: INVALID_3DTEXT_ID;
|
p_DetainedLabel [ playerid ] = Text3D: INVALID_3DTEXT_ID;
|
||||||
p_DetainedBy [ playerid ] = INVALID_PLAYER_ID;
|
p_DetainedBy [ playerid ] = INVALID_PLAYER_ID;
|
||||||
|
|
||||||
|
#if defined __cloudy_event_system
|
||||||
RemovePlayerFromEvent ( playerid, true );
|
RemovePlayerFromEvent ( playerid, true );
|
||||||
|
#endif
|
||||||
CancelEdit ( playerid );
|
CancelEdit ( playerid );
|
||||||
RemovePlayerStolensFromHands( playerid );
|
RemovePlayerStolensFromHands( playerid );
|
||||||
StopPlayerUsingSlotMachine ( playerid );
|
StopPlayerUsingSlotMachine ( playerid );
|
||||||
|
Loading…
Reference in New Issue
Block a user