PHP Code:
public get_score(stats[11], body[8]) {
new Float:fstats[11];
for (new i = 0; i < 11; i++)
fstats[i] = float(stats[i]);
return ((fstats[0] - fstats[1]) + fstats[2]) / 2; //line 78
}
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2013 ITB CompuPhase, AMX Mod X Team
Warning: Tag mismatch on line 78
Header size: 156 bytes
Code size: 500 bytes
Data size: 0 bytes
Stack/heap size: 16384 bytes; estimated max. usage=41 cells (164 bytes)
Total requirements: 17040 bytes
1 Warning.
Done.
Why that warning? And it's not working...anyway. (and yes i've put the file in data, the .amxx one)