hey Imperyus's , i started project on source IA Julia and i try to make an message that when player enter will show to all server, this is the source , have not problem but how i can make it work that all server will see it . ty for helps
Código PHP:
void ConnectedNotice(int aIndex,charMessage)
{
OBJECTSTRUCT *gObj = (OBJECTSTRUCT*)OBJECT_POINTER(aIndex);
char TargetNickName[70];
sscanf(Message,"%s",TargetNickName);
int connectmember gObjGetIndex(TargetNickName);
for(
int i OBJECT_MIN;<= OBJECT_MAX;i++)
{
for (
int i 6400i<7400i++)
{
if(
gObj->Connected == 1)
{
Chat.OutGreenMsg(aIndex,"%s Connect to game");
OBJECTSTRUCT *tObj = (OBJECTSTRUCT*)OBJECT_POINTER(tIndex);
if(
tObj->Autority == 32
{
Chat.OutGreenMsg(tIndex,"GM : %s Connect Right Now");
}
}
}