Help CLEO HELP

soropstyle

Member
Joined
Aug 7, 2015
Messages
5
Reaction score
0
Hello, everyone, I am from China, I need a SAMP button to bind the source

This is what I found on the forum.  :http://ugbase.eu/Thread-Request-Need-cleo-to-bind-command-for-INSERT-and-END?highlight=binding


Code:
{$CLEO .cs}
0000: 

while true
wait 0

if
key_down 45
then
0AF9: samp say_msg "/lock"
wait 500
end

if
key_down 35
then
0AF9: samp say_msg "/getmats"
wait 500
end

end


I can't compile it,I need a reference source code can be compiled
 

Attachments

  • xxx.cs
    17.4 KB · Views: 59
Top