How would I go about checking if a person is actually on the server, my code is like so.
%target = findclientbyname(%target);
if(%target $= "")
return;
That works all fine and dandy but they can type in any name and it will go through.
I need a way to check if they're on the server.
Recycled topic, check title.