Quote:
Originally Posted by justjamie
PHP код:
enum carEnum{
carowner[MAX_PLAYER_NAME],
carmodelid,
Float:c_x,
Float:c_y,
Float:c_z,
Float:c_r,
c_color1,
c_color2,
c_respawntime,
cnitro,
paintjob,
plate,
c_autorespawn,
carteam,
db_id
}
new cInfo[1000][carEnum];
|
Your problem is not in the enumerator or in the format. Show where you used the string variable.