Jump to content
Hostul a fost schimbat. Daca vedeti serverul offline readaugati rpg.b-zone.ro sau 141.95.124.78:7777 in clientul de sa-mp ×

Problema mod


S E B Y
 Share

Recommended Posts

Salut, am intampinat aceasta problema

 

Acesta este codul:

{$CLEO .cs}

0662: printstring "FARURI" 

WHILE TRUE
WAIT 0
    IF Actor.Driving($PLAYER_ACTOR)
    THEN
        0AF9: samp say_msg "/cw Testez" 
        0AF9: samp say_msg "/cw merge maaa"
    ELSE
        END
END

 

Link to comment
Share on other sites

{$CLEO}
0000:
repeat
wait 0
until 0afa:

1@ = 0

WHILE TRUE
WAIT 0
    IF Actor.Driving($PLAYER_ACTOR)
    THEN
    1@ += 1
else
1@ = 0
end

if
   1@ == 1
then
     0AF9: samp say_msg "/cw Testez" 
        0AF9: samp say_msg "/cw merge maaa"
        END
END

 

 

il aranjezi tu in pagina, cp

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.