18.06.2008, 14:37
mirkoiz: It works the exact same way as money .
backwardsman97: That's freaking sweet . What about timer updates? Also for the center thing, do like:
etc.
That kinda thing?
[ЯЈ®†]$!7ЈС©!Х™: I've already tried hacking it. Changing server variables. You can't :P.
backwardsman97: That's freaking sweet . What about timer updates? Also for the center thing, do like:
pawn Код:
if(pcash > 10 && pcash < 100)
{
format(string, sizeof(string), "000000%d", pcash));
}
else if(pcash > 100 && pcash < 1000)
{
format(string, sizeof(string), "00000%d", pcash));
}
else if(pcash > 1000 && pcash < 10000)
{
format(string, sizeof(string), "0000%d", pcash));
}
That kinda thing?
[ЯЈ®†]$!7ЈС©!Х™: I've already tried hacking it. Changing server variables. You can't :P.