16.10.2010, 11:19
pawn Код:
format(string, 64, "%d", kills[playerid]/deaths[playerid]);
It gives me "Server unknown command"..
I want to divide kills into deaths..
Thanks
format(string, 64, "%d", kills[playerid]/deaths[playerid]);
format(string, sizeof(string), "%d", kills[playerid]/deaths[playerid]);
did this help you?
https://sampforum.blast.hk/showthread.php?tid=183547 |