16.03.2012, 11:47
Why is this happening? :S
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, .testlos = 1, .distance = 30.0);
if(OnPlayerConnect(playerid))
{
SendClientmessage(playerid, COLOR_RED, "hai");
}
}
}
}
}