Coordinates help
#9

NVM GUYS, can you tell me why this:
PHP код:
for(new 0MAX_PLAYERSi++)
{
    if(
IsPlayerConnected(playerid))
    {
        
DeletePlayer3DTextLabel(iHouseInfo[houseid][hLabel]);
    }

doesn't works?

Here is where I created it:
PHP код:
for(new 0MAX_PLAYERSi++)
{
    if(
IsPlayerConnected(playerid))
    {
        
format(stringsizeof(string), "");
        
HouseInfo[h][hLabel] = CreatePlayer3DTextLabel(istringCOLOR_HOUSEHouseInfo[h][hX], HouseInfo[h][hY], HouseInfo[h][hZ], 15.0INVALID_PLAYER_IDINVALID_VEHICLE_ID1);
    }

Reply


Messages In This Thread
Coordinates help - by Kraeror - 24.12.2017, 16:21
Re: Coordinates help - by RogueDrifter - 24.12.2017, 16:23
Re: Coordinates help - by Kraeror - 24.12.2017, 16:26
Re: Coordinates help - by RogueDrifter - 24.12.2017, 16:29
Re: Coordinates help - by Kraeror - 24.12.2017, 16:33
Re: Coordinates help - by RogueDrifter - 24.12.2017, 16:37
Re: Coordinates help - by Kraeror - 24.12.2017, 16:39
Re: Coordinates help - by RogueDrifter - 24.12.2017, 16:43
Re: Coordinates help - by Kraeror - 24.12.2017, 16:56
Re: Coordinates help - by RogueDrifter - 24.12.2017, 16:59

Forum Jump:


Users browsing this thread: 1 Guest(s)