tag mismatch
#3

Simple fix:

PHP код:
enum hEnum {
    
hID,
    
hOwner[MAX_PLAYER_NAME],
    
Float:hPosX,
    
Float:hPosY,
    
Float:hPosZ,
    
hRentPrice,
    
hBuyable,
    
hPrice,
    
hRentable,
    
hTextLabel[500],
    
hVirtualWorld,
    
hInterior,
    
Float:hIntPosX,
    
Float:hIntPosY,
    
Float:hIntPosZ

Your hOwner variable was an integer rather than a string.
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: 1 Guest(s)