So im trying to make cleo when i press numpad 4, its says /check id. So the problem is, i want to make it with skin ignore. Example if player wearing skin id 285, then script will not say /check id.
Code:
What i doing wrong? Code not full
Code:
Code:
for 9@ = 0 to 1000
if
0B20: samp 10@ = actor_handle_by_samp_player_id 9@
then
0665: get_actor 10@ model_to 11@
If
7@ <= 6.0 // distance
THen
If and
13@ == TRUE
Not samp.ChatInputOpened
Key_Down 100
Then
if or
Not 11@ == 121
Not 11@ == 265
Not 11@ == 266
Not 11@ == 267
Not 11@ == 285
Not 11@ == 286
Not 11@ == 287
Not 11@ == 288
then
say "/check %i" 0@
wait 105
end
end
END
What i doing wrong? Code not full