Jump to content

Problema complilator


Par La Subrat
 Share

Recommended Posts

Salut, incerc sa complilez un mod cleo prin intermediul a sanny builder 3 si imi da asta, "Unknown directive SAMP.Available()." Abea ce am instalat sanny builder, sunt foarte incepator, nu stiu mai nimic in el doar ce am vazut intr-un tutorial pe youtube. Modul consta in a folosi comanda /find, /cancel find automat, la un interval de 2 minute (120 de secunde).

Quote

{$CLEO}

0662: "detective skill"
thread "automatic detective skill maker" 
0662: printstring "detective skill maker" 
0662: printstring "http://www.b-zone.ro/" 
 
repeat
wait 0
until SAMP.Available()
 
WHILE TRUE
WAIT 0 
    if
        31@ == 1
    then
        0AF9:   samp say_msg "/find 1"
        0AF9:   samp say_msg "/cancel find"
        wait 120000 //120sec
    end
    if and
        0AB0:   key_pressed 123 //key f5
        8B21:   not samp is_chat_opened
    then
        if
            31@ == 0 
        then
            31@ = 1
            018C: play_sound 1083 at 0.0 0.0 0.0
        else         
            31@ = 0
            018C: play_sound 1084 at 0.0 0.0 0.0 
        end          
    end
END

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.