Como Tirar o Procurados q ta na IMG -
aldair8 - 20.11.2012
JA TIREI! OBG A TODOS
Re: Como Tirar o Procurados q ta na IMG -
ViictorDaay- - 20.11.2012
Apaga a textdraw e suas devidas variбveis,
@EU SOU VIP ME CHUPA!
EURI
Respuesta: Como Tirar o Procurados q ta na IMG -
aldair8 - 21.11.2012
qual textdraw ? tem mtas
Re: Como Tirar o Procurados q ta na IMG - Joao Pedro - 21.11.2012
Procure um textdraw com esse testo no seu GM e remova-o ._.
Re: Como Tirar o Procurados q ta na IMG -
DiReCt hIt - 21.11.2012
Apague a Textdraw PROCURADO(0)
e apague as variбveis dela nas publics, procure pelo nome dela usando: CTRL + F . e as apague .
Mais nгo quer dizer qe o texto dela e procurados que a textdraw se chama assim, encontre o texto, e procure pelo nome dela .
Ajudei ? +Rep
Respuesta: Como Tirar o Procurados q ta na IMG -
aldair8 - 21.11.2012
Nao consegui, alguem me explica melhor? Aqui esta as coisas q axo q tem a ver...
pawn Код:
Textdraw2[playerid] = TextDrawCreate(500, 10,"~w~Procurado(0)");
//TextDrawTextSize(Textdraw2[playerid], 220, 2);
TextDrawAlignment(Textdraw2[playerid], 0);
TextDrawColor(Textdraw2[playerid], -1);
TextDrawUseBox(Textdraw2[playerid], 1);
TextDrawSetShadow(Textdraw2[playerid], 0);
TextDrawBoxColor(Textdraw2[playerid], 170);
TextDrawSetOutline(Textdraw2[playerid], 0);
TextDrawBackgroundColor(Textdraw2[playerid], -1);
TextDrawFont(Textdraw2[playerid], 1);
TextDrawSetProportional(Textdraw2[playerid], 1);
pawn Код:
new Text:TextdrawB;
new chat[MAX_PLAYERS] = 0;
new PlayerDrunk[MAX_PLAYERS];
new productiontimer;
new PlayerDrunkTime[MAX_PLAYERS];
new DrunkTime[MAX_PLAYERS];
new ReduceTime[MAX_PLAYERS];
pawn Код:
topblack = TextDrawCreate(1.000000,-70.000000,"__");
bottomblack = TextDrawCreate(-2.000000,400.000000,"__");
TextDrawUseBox(topblack,1);
TextDrawBoxColor(topblack,0x000000ff);
TextDrawTextSize(topblack,655.000000,80.000000);
TextDrawUseBox(bottomblack,1);
TextDrawBoxColor(bottomblack,0x000000ff);
TextDrawTextSize(bottomblack,840.000000,240.000000);
TextDrawAlignment(topblack,0);
TextDrawAlignment(bottomblack,0);
TextDrawBackgroundColor(topblack,0x000000ff);
TextDrawBackgroundColor(bottomblack,0x000000ff);
TextDrawFont(topblack,3);
TextDrawLetterSize(topblack,1.000000,14.000000);
TextDrawFont(bottomblack,3);
TextDrawLetterSize(bottomblack,1.000000,24.000000);
TextDrawColor(topblack,0xffffffff);
TextDrawColor(bottomblack,0xffffffff);
TextDrawSetOutline(topblack,1);
TextDrawSetOutline(bottomblack,1);
TextDrawSetProportional(topblack,1);
TextDrawSetProportional(bottomblack,1);
TextDrawSetShadow(topblack,1);
TextDrawSetShadow(bottomblack,1);
Re: Como Tirar o Procurados q ta na IMG -
Zona_Sky - 21.11.2012
apague
pawn Код:
/*Textdraw2[playerid] = TextDrawCreate(500, 10,"~w~Procurado(0)");
//TextDrawTextSize(Textdraw2[playerid], 220, 2);
TextDrawAlignment(Textdraw2[playerid], 0);
TextDrawColor(Textdraw2[playerid], -1);
TextDrawUseBox(Textdraw2[playerid], 1);
TextDrawSetShadow(Textdraw2[playerid], 0);
TextDrawBoxColor(Textdraw2[playerid], 170);
TextDrawSetOutline(Textdraw2[playerid], 0);
TextDrawBackgroundColor(Textdraw2[playerid], -1);
TextDrawFont(Textdraw2[playerid], 1);
TextDrawSetProportional(Textdraw2[playerid], 1);*/
Respuesta: Como Tirar o Procurados q ta na IMG -
aldair8 - 21.11.2012
eu apaguei isso ja zona sky, mas o procurado(0) vai pro meio da tela
Re: Como Tirar o Procurados q ta na IMG -
Zona_Sky - 21.11.2012
posta td sobre o procurado(0)
Respuesta: Como Tirar o Procurados q ta na IMG -
aldair8 - 21.11.2012
Ta aki:
pawn Код:
dini_IntSet(filena(playerid),"Procurado", GetProcurado(playerid));
pawn Код:
if(dini_Int(file, "Procurado") == 1){
Procurados[playerid]= 1;
}
if(dini_Int(file, "Procurado") == 0){
Procurados[playerid]= 0;
}
if(dini_Int(file, "Lutas") == 1){
SetPlayerFightingStyle (playerid, FIGHT_STYLE_ELBOW);
}
if(dini_Int(file, "Lutas") == 2){
SetPlayerFightingStyle (playerid, FIGHT_STYLE_BOXING);
}
if(dini_Int(file, "Lutas") == 3){
SetPlayerFightingStyle(playerid, FIGHT_STYLE_GRABKICK);
}
if(dini_Int(file, "Lutas") == 4){
SetPlayerFightingStyle (playerid, FIGHT_STYLE_KNEEHEAD);
}
if(dini_Int(file, "Lutas") == 5){
SetPlayerFightingStyle (playerid, FIGHT_STYLE_KUNGFU);
}
if(dini_Int(file, "Lutas") == 6){
SetPlayerFightingStyle (playerid, FIGHT_STYLE_NORMAL);
}
pawn Код:
dini_IntSet(file2, "Procurado", 0);
pawn Код:
GivePlayerGrana(playerid, dini_Int(file, "Dinheiro"));
AddProcurado(playerid,dini_Int(file,"Procurado"));
SendClientMessage(playerid, 0xFFFFFFAA, "* Senha correta! A sua conta foi carregada com sucesso!");
SetSpawnInfo(playerid, 1, dini_Int(file, "Skin"), dini_Int(file, "CasaX"), dini_Int(file, "CasaY"), dini_Int(file, "CasaZ"), 354.1657, 0, 0, 0, 0, 0, 0);
SetPlayerColor(playerid,0xFFFFFFAA);
SpawnPlayer(playerid);
PlayerPlaySound(playerid, 1057, 0, 0, 0);
}else{
PlayerInfo[playerid][LoginsFalsos]++;
if(PlayerInfo[playerid][LoginsFalsos] >= 3)
{
pawn Код:
new mnprocurado;
//-------
mnprocurado = dini_Int(file, "Procurado");
//--------
dini_IntSet(file2, "Procurado", mnprocurado);