tag mismatch
#7

PHP код:
enum hEnum {
    
Text3D:hTextLabel[500],
}
HouseInfo[id][hTextLabel] = HouseInfo[id][hTextLabel] = CreateDynamic3DTextLabel(hString, -1HouseInfo[id][hPosX], HouseInfo[id][hPosY], HouseInfo[id][hPosZ], 10.0INVALID_PLAYER_IDINVALID_VEHICLE_ID0HouseInfo[id][hVirtualWorld], HouseInfo[id][hInterior], -1100.0); 
Why is hTextLabel an array with size 500? You use it to store the id returned by CreateDynamic3DTextLabel (which is an integer)

And why do you assign the same value twice?
PHP код:
HouseInfo[id][hTextLabel] = HouseInfo[id][hTextLabel] = CreateDynamic3DTextLabel(..) 
Reply


Messages In This Thread
tag mismatch - by SeanDenZYR - 29.04.2018, 03:40
Re: tag mismatch - by SeanDenZYR - 29.04.2018, 03:45
Re: tag mismatch - by CantBeJohn - 29.04.2018, 03:48
Re: tag mismatch - by SeanDenZYR - 29.04.2018, 03:51
Re: tag mismatch - by CantBeJohn - 29.04.2018, 03:54
Re: tag mismatch - by SeanDenZYR - 29.04.2018, 03:58
Re: tag mismatch - by GaByM - 29.04.2018, 05:30

Forum Jump:


Users browsing this thread: 2 Guest(s)