Quote:
Originally Posted by DJDhan
here you go:
Quote:
if(PlayerInfo[playerid][LoggedIn] == 0) <-error 010: invalid function or declaration
{
SendClientMessageToAll(grey,"You are not logged in, you can't use the chat!");
return 0; <- error 010: invalid function or declaration
}
return 1; <- error 010: invalid function or declaration
}
|
|
Still getting these errors...