Quote:
Originally Posted by DRIFT_HUNTER
pawn Код:
new str[24]; format(str, sizeof(str), "Ratio %f", (pInfo[playerid][Kills]/pInfo[playerid][Deaths])); SendClientMessage(playerid, -1, str);
Something like that. Now you need to replace pInfo[playerid][Kills] and pInfo[playerid][Deaths] with your variables.
|
ty man that is wut i was in need of