24.12.2017, 16:56
NVM GUYS, can you tell me why this:
doesn't works?
Here is where I created it:
PHP код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(playerid))
{
DeletePlayer3DTextLabel(i, HouseInfo[houseid][hLabel]);
}
}
Here is where I created it:
PHP код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(playerid))
{
format(string, sizeof(string), "");
HouseInfo[h][hLabel] = CreatePlayer3DTextLabel(i, string, COLOR_HOUSE, HouseInfo[h][hX], HouseInfo[h][hY], HouseInfo[h][hZ], 15.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1);
}
}

