View Single Post
bewpy
Junior Member
Join Date: Jan 2010
Old 08-28-2019 , 19:20   Re: How to check if a client is a bot?
Reply With Quote #3

Code:
if(!IsFakeClient(client){
PrintToChatAll("\x01[Original-Gamers] \x04%s\x01 (\x05%s\x01) has joined the server.", name, authid);
}
I havent scripted in quite some time, so i'm sorry for having such basic trouble lol, but using this I get

Connect_Message.sp(27) : error 001: expected token: ")", but found "{"
bewpy is offline