19.04.2012, 17:55
Olб pessoal do fуrum sa-mp, eu queri saber como faзo pra colocar o texddrawn onde ta mostrando na IMG.
format(string, sizeof(string), "~b~Brasil Second Life~n~ ~n~ ~p~ Respeito em:~n~ ~w~%d/~p~7 Min",dini_Int(file, "Tempo"));
TextDrawSetString(gText2[i], string);
//
format(string, sizeof(string), "~b~.::Brasil Second Life::. ~p~Respeito:~w~%d/~p~5 ~p~Level:~w~%d ~p~Estudo:~w~%d",dini_Int(file, "EXP"),dini_Int(file, "Level"),dini_Int(file, "Faculdade"),dini_Int(file, "Combustivel"));
TextDrawSetString(gText3[i], string);
TextDrawShowForPlayer(i, gText3[i]);
//
if(IsPlayerInAnyVehicle(i)){
new string3[256];
format(string3, sizeof(string3), " ~p~Gasolina: ~w~%d",dini_Int(file, "Combustivel"));
TextDrawSetString(Velo[i], string3);
TextDrawShowForPlayer(i, Velo[i]);
}else{
TextDrawHideForPlayer(i, Velo[i]);
}