RedBoxWhite
Известный
- 337
- 27
код тогда в студию
CLEO:
{$CLEO}
0000:
wait 2000
while not SAMP.Available()
wait 400
end
while not Player.Defined($PLAYER_ACTOR)
wait 100
end
//0B6D: render 30@ = create_font "Arial black" height 9 flags 4
while true
wait 0
for 0@ = 0 to 999
if 0B23: samp is_player_connected 0@
then
0B36: samp 1@ = get_player_nickname 0@
if 0C21: stricmp string1 1@ string2 "Carmen_Ferrari"
then
//0AD3: 3@v = format "%s [%i]" 1@ 0@
log "1"
wait 1000
//0C48: samp textdraw 1 create "s" pos 20 250
end
end
end
end