{$CLEO .cs}
//-------------MAIN-------------—
1337: make_script_private true
repeat
wait 150
until 0afa:
0B34: samp register_client_command "con" to_label @on
0B34: samp register_client_command "coff" to_label @off
chatmsg "{FFCC33}[CheckerReport]: Successfull loaded.Activation|Deactivation - /con|/coff.Autor: Vanek Sucre | BLAST.HK{FFFFFF}" -1
while true
wait 0
if 22@ == 1
then
alloc 0@ 145
alloc 1@ 50
SAMP.GetChatString(99, 0@, 1@, 1@, 1@)
0B2B: samp 10@ = get_player_id_by_actor_handle $PLAYER_ACTOR
0B36: samp 11@ = get_player_nickname 10@
0AD4: 2@ = scan_string 0@ format "Àäìèíèñòðàòîð %s[%d] äëÿ %s[%d]: %s" 13@ 14@ 11@ 10@ 15@
wait 5000
say "/q"
end
end
:on
22@ = 1
chatmsg "{FFCC33}[CheckerReport] This function is successfull activated{FFFFFF}" -1
SAMP.CmdRet()
:off
22@ = 0
chatmsg "{FFCC33}[CheckerReport] This function is successfull deactivated{FFFFFF}" -1
SAMP.CmdRet()