Textdraw nгo carrega
#2

Код:
forward UpdatePatente(playerid);
public UpdatePatente(playerid) {

    new Score = GetPlayerScore(playerid);

    if(Score >= 0 && Score < 25)        TextDrawSetString(PatenteDraw[playerid], "~p~Civil");

    else if(25 < Score < 50)  TextDrawSetString(PatenteDraw[playerid], "~p~Sobrevivente");

    else if(50 < Score < 75)  TextDrawSetString(PatenteDraw[playerid], "~p~Bandido");

    else if(75 < Score < 100)  TextDrawSetString(PatenteDraw[playerid], "~p~Assassino");

    else if(100 < Score < 125)  TextDrawSetString(PatenteDraw[playerid], "~p~Terrorista");

    else if(125 < Score < 150)  TextDrawSetString(PatenteDraw[playerid], "~p~Maniaco");

    else if(150 < Score < 175)  TextDrawSetString(PatenteDraw[playerid], "~p~Psicopata");

    else if(175 < Score < 200)  TextDrawSetString(PatenteDraw[playerid], "~p~Serial Killer");

    else if(Score > 250)       TextDrawSetString(PatenteDraw[playerid], "~p~Chefao");

	return 1;
}
Cade os Crйditos do criador do FilterScript?
Reply


Messages In This Thread
Textdraw nгo carrega - by LukeCage - 12.01.2017, 20:58
Re: Textdraw nгo carrega - by Carlos001 - 12.01.2017, 21:37
Programando e Gambiarrando! - by RazorGuigo - 13.01.2017, 18:39

Forum Jump:


Users browsing this thread: 1 Guest(s)