[Tutorial] [TUT] RG do thuglife26
#1

Bom vim aqui postar um codigo para o RG do ThugLife26

Aperte Ctrl + G e coloque o numero da linha do RG 8685 agora substitui esse Codigo todo

Код:
		//SendClientMessage(playerid, COLOR_WHITE,"______________________________________________________________________________");
		format(coordsstring, sizeof(coordsstring),"%s",name);
		TextDrawSetString(NickRGBox[playerid], coordsstring);
		//SendClientMessage(playerid, COLOR_YELLOW,coordsstring);
		format(coordsstring, sizeof(coordsstring), "~p~Level:~w~[%d] ~p~Sexo:~w~[%s] ~p~Origem:~w~[%s] ~p~Vida:~w~[%.1f] ~p~Dinheiro:~w~[R$%d] ~p~Banco:~w~[R$%d] ~p~Celular:~w~[%d]", level,atext,otext,shealth+50, cash, Conta, pnumber);
		//SendClientMessage(playerid, COR_RG1,coordsstring);
		TextDrawSetString(LRGBox[playerid], coordsstring);
		format(coordsstring, sizeof(coordsstring), "~p~Tipo de Conta:~w~[%s] ~p~Casado Com:~w~[%s] ~p~Horas Jogadas:~w~[%d] ~p~Profissao Segundaria:~w~[%s]", drank,married,ptime,jtext);
		//SendClientMessage(playerid, COR_RG2,coordsstring);
		TextDrawSetString(LRGBox2[playerid], coordsstring);
		format(coordsstring, sizeof(coordsstring), "~p~Peixes:~w~[%d] ~p~Maior Peixe:~w~[%d] ~p~Crimes Cometidos:~w~[%d] ~p~Matou:~w~[%d] ~p~Morreu:~w~[%d]", fishes,bigfish,crimes,kills,deaths );
		//SendClientMessage(playerid, COR_RG1,coordsstring);
		TextDrawSetString(LRGBox3[playerid], coordsstring);
		format(coordsstring, sizeof(coordsstring), "~p~Valor Level:~w~[R$%d] ~p~Respeito:~w~[%d/%d] ~p~Familia:~w~[%s] ~p~Doencas:~w~[%s]",costlevel,exp,expquantidade,fatext,dtext);
		//SendClientMessage(playerid, COR_RG2,coordsstring);
		TextDrawSetString(LRGBox4[playerid], coordsstring);
		format(coordsstring, sizeof(coordsstring), "~p~Materiais:~w~[%d] ~p~Safe Materiais:~w~[%d] ~p~Emprego:~w~[%s] ~p~Organizacao:~w~[%s] ~p~Cargo:~w~[%s]",mats,smats,ttext,ftext,rtext);
		//SendClientMessage(playerid, COR_RG1,coordsstring);
		TextDrawSetString(LRGBox5[playerid], coordsstring);
		format(coordsstring, sizeof(coordsstring), "~p~Maconha:~w~[%d] ~p~Cocaina:~w~[%d] ~p~Crack:~w~[%d] ~p~Safe Maconha:~w~[%d] ~p~Safe Cocaina:~w~[%d] ~p~Safe Crack:~w~[%d]",Drogas,Drogas2,Drogas3,SafeDrogas,SafeDrogas2,SafeDrogas3);
		//SendClientMessage(playerid, COR_RG2,coordsstring);
		TextDrawSetString(LRGBox6[playerid], coordsstring);
		format(coordsstring, sizeof(coordsstring), "~p~Chave De Casa:~w~[%d] ~p~Chave Da Empresa:~w~[%d] ~p~Chave Do Carro Alugado:~w~[%d] ~p~Interior:~w~[%d] ~p~Local:~w~[%d]", Housekey,bizkey,HireCar[targetid],intir,local);
		//SendClientMessage(playerid, COR_RG1,coordsstring);
		TextDrawSetString(LRGBox7[playerid], coordsstring);
		if(PlayerInfo[playerid][pVIP] > 2)
		{
		format(coordsstring, sizeof(coordsstring), "~p~Chave do Veiculo:~w~[%d] ~p~Placa do Veiculo:~w~[%d]", PlayerInfo[playerid][pCarKey],PlayerInfo[playerid][pVeiculo]);
		//SendClientMessage(playerid, COR_RG2,coordsstring);
		TextDrawSetString(LRGBox8[playerid], coordsstring);
		}
        TextDrawShowForPlayer(playerid,LRGBox[playerid]);
		TextDrawShowForPlayer(playerid,LRGBox2[playerid]);
		TextDrawShowForPlayer(playerid,LRGBox3[playerid]);
		TextDrawShowForPlayer(playerid,LRGBox4[playerid]);
		TextDrawShowForPlayer(playerid,LRGBox5[playerid]);
		TextDrawShowForPlayer(playerid,LRGBox6[playerid]);
		TextDrawShowForPlayer(playerid,LRGBox7[playerid]);
		TextDrawShowForPlayer(playerid,LRGBox8[playerid]);
		TextDrawShowForPlayer(playerid,NickRGBox[playerid]);
		PoderosoInfo[playerid][PAbriuRG] = 1;
		//SendClientMessage(playerid, COLOR_WHITE,"______________________________________________________________________________");
	}
}

Agora coloque esse Por cima o Codigo abaixo:

Код:
		SendClientMessage(playerid, COLOR_WHITE,"______________________________________________________________________________");
		format(coordsstring, sizeof(coordsstring),"%s",name);
		SendClientMessage(playerid, COLOR_YELLOW,coordsstring);
		format(coordsstring, sizeof(coordsstring), "Level:  [%d]  Sexo: [%s] Origem: [%s]  Vida:~w~[%.1f]  Dinheiro: [R$%d] Banco: [R$%d]  Celular: [%d]", level,atext,otext,shealth+50, cash, Conta, pnumber);
		SendClientMessage(playerid, COR_RG1,coordsstring);
		format(coordsstring, sizeof(coordsstring), "Tipo de Conta: [%s] Casado Com: [%s]  Horas Jogadas: [%d] Profissao Segundaria: [%s]", drank,married,ptime,jtext);
		SendClientMessage(playerid, COR_RG2,coordsstring);
		format(coordsstring, sizeof(coordsstring), "Peixes: [%d] Maior Peixe: [%d]  Crimes Cometidos: [%d] Matou: [%d]  Morreu: [%d]", fishes,bigfish,crimes,kills,deaths );
		SendClientMessage(playerid, COR_RG1,coordsstring);
		format(coordsstring, sizeof(coordsstring), "Valor Level: [R$%d] Respeito: [%d/%d]  Familia: [%s] Doencas: [%s]",costlevel,exp,expquantidade,fatext,dtext);
		SendClientMessage(playerid, COR_RG2,coordsstring);
		format(coordsstring, sizeof(coordsstring), "Materiais: [%d] Safe Materiais: [%d]  Emprego: [%s] Organizacao: [%s]  Cargo: [%s]",mats,smats,ttext,ftext,rtext);
		SendClientMessage(playerid, COR_RG1,coordsstring);
		format(coordsstring, sizeof(coordsstring), "Maconha: [%d] Cocaina: [%d] Crack:  [%d]  Safe Maconha: [%d]  Safe Cocaina:  [%d]  Safe Crack: [%d]",Drogas,Drogas2,Drogas3,SafeDrogas,SafeDrogas2,SafeDrogas3);
		SendClientMessage(playerid, COR_RG2,coordsstring);
		format(coordsstring, sizeof(coordsstring), "Chave De Casa: [%d]  Chave Da Empresa: [%d]  Chave Do Carro Alugado: [%d]  Interior: [%d]  Local: [%d]", Housekey,bizkey,HireCar[targetid],intir,local);
		SendClientMessage(playerid, COR_RG1,coordsstring);
		if(PlayerInfo[playerid][pVIP] > 2)
		{
		format(coordsstring, sizeof(coordsstring), "Chave do Veiculo: [%d]  Placa do Veiculo: [%d]", PlayerInfo[playerid][pCarKey],PlayerInfo[playerid][pVeiculo]);
		SendClientMessage(playerid, COR_RG2,coordsstring);
		}
		PoderosoInfo[playerid][PAbriuRG] = 1;
		SendClientMessage(playerid, COLOR_WHITE,"______________________________________________________________________________");
	}
}
//---------------------------------------------------------
Pronto Sem Comando de /sairrg

Creditos: Lucas_Locate

Deixe Seu Comentario


ops: Se der algum erro deixe comentario aqui em Baixo
Reply
#2

Parabens, eu tinha feito um e postado na HomeHots, sу que como sou novato tive que fazer o /sairrg, ai coloquei 2, /sairrg e /fecharrg.
Muito bom!
Reply
#3

Creditos: Lucas_Locate ? Creditos: Lucas_Locate ? Creditos: Lucas_Locate ? Creditos: Lucas_Locate ?

Eu fico puto com isto.
Reply
#4

LOL Nгo existe uma outra area para postar isso ? Codigos Uteis !!!
Reply
#5

Код:
Creditos: Lucas_Locate ? Creditos: Lucas_Locate ? Creditos: Lucas_Locate ? Creditos: Lucas_Locate ?

Eu fico puto com isto.
Pq fica puto?

Quote:
Originally Posted by Trinix_PoS [Bizu]
Посмотреть сообщение
LOL Nгo existe uma outra area para postar isso ? Codigos Uteis !!!
Nгo sei ¬¬'
Reply
#6

Existe Sim Lucas So Procura !!!

https://sampforum.blast.hk/showthread.php?tid=144744
Reply
#7

Quote:
Originally Posted by Trinix_PoS [Bizu]
Посмотреть сообщение
Puts desculpa eu nгo sabia
Reply
#8

RoamPT Deleta o Topico Aqui Por Favor
Reply
#9

Esse RG й a coisa mais tosca que eu jб vi e tem gente que acha "legal"
Reply
#10

Quote:
Originally Posted by Ricop522
Посмотреть сообщение
Esse RG й a coisa mais tosca que eu jб vi e tem gente que acha "legal"
Ta melhor que aqule Box, Se nгo gostou do codigo entгo na minha opiniгo posso fazer nada por vc caro amigo...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)