15.12.2011, 13:12
I need to save some numbers totalling a length of 11
But if i try the ordinary way it will turn it into negative values
Heres the normal way, but as i said it turns to negative values:
But if i try the ordinary way it will turn it into negative values
Heres the normal way, but as i said it turns to negative values:
pawn Код:
new var;
var = 12345678901;
new test[20]; format(test, sizeof(test), "Var: %i", var);
SendClientMessage(playerid, -1, test);