Hi guys many thanks for the help so far, from what i have read the code below will only show to the admin that did the command.
Code:
case 1:
{
if(is_user_admin(id)) {
client_print(id,print_chat,"text for admin ^"%s^ in here" has been used on you all",command)
}
}
case 2:
{
if(is_user_admin(id)) {
client_print(id,print_chat,"text for admin ^"%s^ in here" has been used on everybody",admin,command)
}
}
I dropped the server_print as it was not needed really, also it not needed to show all admins infact maybe better that it does not.
Sorry to ask so many questions but its all new to me, trying to learn as much as poss as quickly as poss. Trying to run before i can walk
Many many thanks again guys