06.07.2012, 07:10
@****** is one big problem with your code, Fwrite takes 3 arguments, the last must be -2, with your code 3 argument has a value 16436
Can you fix it because I do not know much about the EMIT
p.s I added
Can you fix it because I do not know much about the EMIT
p.s I added
pawn Code:
stock char_tag:
C(val)
{
return char_tag:val;
}
stock fstream:
operator+(
fstream:fhnd,
char_tag:val)
{
Fput(fhnd, val);
return fhnd;
}