Sampfuncs Samp 0.3.7 R5 (Premium)
// SAMPFUNCS example: Send chat message on key press $CLEO .cs 0000: while true wait 0 if 0AB0: key_pressed 120 // F9 then 0AF9: samp say_msg "/me is testing SAMPFUNCS" wait 1000 end end
// SAMPFUNCS example: Send chat message on key press $CLEO .cs 0000: while true wait 0 if 0AB0: key_pressed 120 // F9 then 0AF9: samp say_msg "/me is testing SAMPFUNCS" wait 1000 end end