- 7
- 1
Не понимаю как сделать переменную в тексте (5@). Буду крайне благодарен за любую помощь
Код:
{$CLEO}
0000: NOP
0B34: samp register_client_command "d" to_label @usedrugs
repeat
wait 0
if 0@ == true
then
SAMP.IsCommandTyped(1@)
if 0AD4: 4@ = scan_string 1@ format "%d" 5@
then
if and
5@ > 0
5@ < 2
then
0AF9: samp say_msg "/usedrugs 5@"
0@ = false
end
end
end
until false
:usedrugs
0@ = true
SAMP.CmdRet()