0B34: samp register_client_command "autonews" to_label @toggle
33@ = true
:toggle
if
33@ == false
then
33@ = true
0AF8: samp add_message_to_chat "[/news] Toggled on!" color 0xFFFFFF
else
33@ = false
0AF8: samp add_message_to_chat "[Auto /news]Toggled off!" color 0xFFFFFF
end
samp.CmdRet
every time cmd autonews is written i get
// 0AF8: samp add_message_to_chat "[Auto /news]Toggled off!" color 0xFFFFFF
no matter how many times i write it
33@ = true
:toggle
if
33@ == false
then
33@ = true
0AF8: samp add_message_to_chat "[/news] Toggled on!" color 0xFFFFFF
else
33@ = false
0AF8: samp add_message_to_chat "[Auto /news]Toggled off!" color 0xFFFFFF
end
samp.CmdRet
every time cmd autonews is written i get
// 0AF8: samp add_message_to_chat "[Auto /news]Toggled off!" color 0xFFFFFF
no matter how many times i write it