pai1ne13
Active member
- Joined
- Jan 2, 2019
- Messages
- 59
- Reaction score
- 4
Hi, I have a problem with this mode, I want when I enter the vehicles presented to be sent this message on chat "----", but only goes to the first car and spamming the chat.
HOW CAN I FIX IT????
HOW CAN I FIX IT????
Code:
{$CLEO .cs}
0000:
REPEAT
WAIT 0
UNTIL 0AFA: SAMP_IS_READY
WHILE TRUE
WAIT 0
0AC8: 0@ = allocate_memory_size 260
IF
00DD: actor $PLAYER_ACTOR driving_car_with_model #NRG500, #PCJ600, #PIZZABOY, #FCR900
THEN
WAIT 1000
0AF9: samp say_msg "---"
wait 1000
end
0AC9: free_allocated_memory 0@
end