23.11.2013, 10:56
why this object and 3dtext does not appear
Код:
if(PlayerInfo[playerid][Camp] == 1)
{
new string[128];
CampObj[playerid] = CreateDynamicObject(3175, PlayerInfo[playerid][Cx], PlayerInfo[playerid][Cy], PlayerInfo[playerid][Cz]-1.5, 0, 0, PlayerInfo[playerid][Ca]);
format(string, sizeof(string), "%s Camp", RPN(playerid));
CampTxt[playerid] = Create3DTextLabel(string, COLOR_GREEN, PlayerInfo[playerid][Cx], PlayerInfo[playerid][Cy], PlayerInfo[playerid][Cz]+1, 15, 0, 0);
}

