[Ajuda] TextDraw ;s
#1

qual eo erro a textdraw nгo estб aparecendo..

pawn Код:
for (new i=0;i<MAX_PLAYERS;i++){
if(IsPlayerConnected(i)){
//Scores
new aname[MAX_PLAYER_NAME];
GetPlayerName(i, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
SetPlayerScore(i,DOF2_GetInt(file, "Level"));

new nomepl[MAX_PLAYER_NAME];
GetPlayerName(i, nomepl, sizeof(nomepl));
format(file, sizeof(file), PASTA_CONTAS, nomepl);
//
format(string, sizeof(string), "~r~Exp:~b~%d/5~n~~b~Level:~b~%d~n~~g~Estudo:~b~%d~n~~w~Gasolina:~b~%d~n~~p~",DOF2_GetInt(file, "EXP"),DOF2_GetInt(file, "Level"),DOF2_GetInt(file, "Faculdade"),DOF2_GetInt(file, "Combustivel")); //menu abaixo do dinheiro
TextDrawSetString(gText2[i], string);
//
format(string, sizeof(string), "                     ~>~ ~w~Brasil~g~Crazy~r~Life~y~"); //DOF2_GetInt(file, "EXP"),DOF2_GetInt(file, "Level"),dini_Int(file, "Faculdade")
TextDrawSetString(gText2[i], string);
TextDrawSetString(gText2[i], string);
TextDrawShowForPlayer(i, gText2[i]);
Reply


Messages In This Thread
TextDraw ;s - by Zona_Sky - 14.11.2012, 12:55
Re: TextDraw ;s - by Sky™ - 14.11.2012, 13:03
Re: TextDraw ;s - by @FatalFormat - 14.11.2012, 13:04
Re: TextDraw ;s - by Zona_Sky - 14.11.2012, 13:04
Re: TextDraw ;s - by Sky™ - 14.11.2012, 13:06
Re: TextDraw ;s - by Zona_Sky - 14.11.2012, 13:07
Re: TextDraw ;s - by Sky™ - 14.11.2012, 13:09
Re: TextDraw ;s - by Zona_Sky - 14.11.2012, 13:11
Re: TextDraw ;s - by @FatalFormat - 14.11.2012, 13:11
Re: TextDraw ;s - by Sky™ - 14.11.2012, 13:12

Forum Jump:


Users browsing this thread: 1 Guest(s)