if I said:
Code:
new attacked
attacked = read_data(1)
client_print(attacked, print_chat, "You got attacked")
that would make the message go onto the person how got attacked right?
also putting:
Code:
new bool:gotattacked[33]
new attacked
attacked = read_data(1)
gotattacked[attacked] = true
would set gotattacked true on the person getting shot right?
__________________