This is the script
{$CLEO}
0000:
wait 8000 // wait for samp to load
0@ = 1 // enabled by default
0B34: "SendCommands" @Enable
while true
wait 0
if 0@ == 1
then
if 00EC: actor $PLAYER_ACTOR sphere 0 near_point 0.0 0.0 radius 3.0 3.0 // change 0.0 0.0 to X - Y of wanted position
then
0AF9: samp say_msg "/command" // change to wanted cmmd
wait 5000 // avoid spam
end
// copy paste as many as you need for as many locations
if 00EC: actor $PLAYER_ACTOR sphere 0 near_point 0.0 0.0 radius 3.0 3.0 // change 0.0 0.0 to X - Y of wanted position
then
0AF9: samp say_msg "/command" // change to wanted cmmd
wait 5000 // avoid spam
end
if 00EC: actor $PLAYER_ACTOR sphere 0 near_point 0.0 0.0 radius 3.0 3.0 // change 0.0 0.0 to X - Y of wanted position
then
0AF9: samp say_msg "/command" // change to wanted cmmd
wait 5000 // avoid spam
end
end
end
:end_thread
:Enable
if 0@ == 0
then
0@ = 1
chatmsg "Now Sending Commands at location."
else
0@ = 0
chatmsg "NOT Sending any commands." -1
end