05.12.2013, 17:45
Ok, So I created a ratio inside /stats when someone is inside PB. And Well when It comes to this line it sends the client error message saying Command not found.
Line:
Line:
Код:
if(PlayerTemp[playerid][onpaint] > 0) SendClientMSG(forplayerid, COLOR_WHITE,"{FF4500}>{FFFFFF} Paintball kills:[%d] - Paintball deaths:[%d] - Ratio:[%0.2f]",PlayerInfo[playerid][pbkills],PlayerInfo[playerid][pbdeaths],(PlayerInfo[playerid][pbkills]/PlayerInfo[playerid][pbdeaths]));