[AJUDA] +REP
#3

como muda ? o code ta assim
pawn Код:
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]);
}
Reply


Messages In This Thread
[AJUDA] +REP - by peumenezes - 19.04.2012, 17:55
Re: [AJUDA] +REP - by KinX - 19.04.2012, 17:56
Re: [AJUDA] +REP - by peumenezes - 19.04.2012, 17:57
Re: [AJUDA] +REP - by Abravanel - 19.04.2012, 17:58
Re: [AJUDA] +REP - by KinX - 19.04.2012, 17:58
Re: [AJUDA] +REP - by peumenezes - 19.04.2012, 18:03

Forum Jump:


Users browsing this thread: 3 Guest(s)