Tag mismatch
#1

Code
PHP код:
P_Data[playerid][pCarHealth1] = cache_get_field_content_float(0"CarHealth1"); 
Error:
PHP код:
warning 213tag mismatch 
Reply
#2

Change
Код:
pCarHealth1
to
Код:
Float:pCarHealth1
inside enum
Reply
#3

A Vehicle's health is a float, not an integer therefore you have to mark it as a float.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)