28.11.2012, 23:09
Problem is simple !
When i'm using this script In game it alwase shows 0.0% !
i don't kno what is the correct format
When i'm using this script In game it alwase shows 0.0% !
i don't kno what is the correct format
Код:
if(Objectif[playerid] < 50){format(string,sizeof(string),"loading~n~ %.1f %",100 * Objectif[playerid] /50);} if(Objectif[playerid] < 100){format(string,sizeof(string),"loading~n~ %.1f %",100 * Objectif[playerid] /100);} GameTextForPlayer(playerid, string, 3000, 4);