PHP Code:
new guild[33][300]
guild[INDEX] = "Player"
And on having aimed at a player say if it he is of his in your guild or not.
example:
PHP Code:
new name[33]
get_user_name(AIMED_INDEX, name, 32)
if (guild[id_aimer] == name)
client_print(id, print_chat, "User: %s |-| On Guild", name)
else
client_print(id, print_chat, "User: %s |-| Out Guild", name)