07.08.2010, 12:36
Hi all,
Now usually enums love me, but today i cant seem to get them to work
Heres my code:
But when i try and compile my script, i get errors with the above lines.
I dont see whats wrong?
Thanks
Ash
Now usually enums love me, but today i cant seem to get them to work
Heres my code:
pawn Код:
enum HouseInfoThing {id, x, y, z, tx, ty, tz, interior, virtual, cars, housename[64]}
new HouseInfo[1][HouseInfoThing] = {
{0, -3195.2505, -2432.0955, 3.7618, -3195.2505, -2432.0955, 3.7618, 0, 0, 10, "Admin House 1"} //Test House, teleports to the same place XD
};
pawn Код:
C:\Users\Ashley Hardy\SA-MP Stuff!\filterscripts\houses.pwn(14) : warning 213: tag mismatch
C:\Users\Ashley Hardy\SA-MP Stuff!\filterscripts\houses.pwn(14) : warning 213: tag mismatch
C:\Users\Ashley Hardy\SA-MP Stuff!\filterscripts\houses.pwn(14) : warning 213: tag mismatch
C:\Users\Ashley Hardy\SA-MP Stuff!\filterscripts\houses.pwn(14) : warning 213: tag mismatch
C:\Users\Ashley Hardy\SA-MP Stuff!\filterscripts\houses.pwn(14) : warning 213: tag mismatch
C:\Users\Ashley Hardy\SA-MP Stuff!\filterscripts\houses.pwn(14) : warning 213: tag mismatch
C:\Users\Ashley Hardy\SA-MP Stuff!\filterscripts\houses.pwn(40) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
7 Warnings.
Thanks
Ash