Hotel
#5

deu 1 warning

Quote:

C:\Documents and Settings\William\Desktop\samp\Geral RP\Geral RP\gamemodes\MUCA.pwn(11276) : warning 225: unreachable code

o erro nao teve nada a ver com o hotel


Quote:

if(dialogid == Armas)

e agora?




....... eu deixei assim


Quote:

if(dini_Int(file,"Hotel")==1) SetPlayerInterior(playerid,5);//Troque 12 pelo ID do interior

{
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, sizeof(aname));
format(file, sizeof(file), PASTA_CONTAS, aname);
new grana;
grana = GetPlayerGrana(playerid);
if(response)
{
if(listitem == 0)//Alugar
{
if(grana > 499){
dini_FloatSet(file,"CasaX",Float:1267.66320;
dini_FloatSet(file,"CasaY",Float:-781.323242);
dini_FloatSet(file,"CasaZ",Float:1091.906250);
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);
SpawnPlayer(playerid);
GivePlayerGrana(playerid,-500);
SendClientMessage(playerid, Amarelo, "Regras do hotel o hotel so tem uma regra ate agora pois ela й Vender sua casa para nao entrar em atrito com o hotel!");
SendClientMessage(playerid, Amarelo, "Aproveite o hotel bastante!");
dini_IntSet(file, "Hotel", 1);
} else {
SendClientMessage(playerid, Vermelho, "Vocк nгo tem dinheiro suficiente R$:500.");
}
}
if(listitem == 1)//Desalugar
{
dini_FloatSet(file,"CasaX",Float:1154.1573);
dini_FloatSet(file,"CasaY",Float:-1771.3885);
dini_FloatSet(file,"CasaZ",Float:16.5992);
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);
SpawnPlayer(playerid);
dini_IntSet(file, "Hotel", 0);
}
}
return 1;
}


dini_FloatSet(file,"CasaX",Float:1267.66320;
dini_FloatSet(file,"CasaY",Float:-781.323242);
dini_FloatSet(file,"CasaZ",Float:1091.906250);

й o interior do madd dog
Reply


Messages In This Thread
Hotel - by williamgato - 19.02.2011, 23:12
Re: Hotel - by rjjj - 19.02.2011, 23:48
Re: Hotel - by williamgato - 20.02.2011, 00:27
Re: Hotel - by rjjj - 20.02.2011, 00:32
Re: Hotel - by williamgato - 20.02.2011, 00:36
Re: Hotel - by rjjj - 20.02.2011, 00:40
Re: Hotel - by williamgato - 20.02.2011, 00:43
Re: Hotel - by rjjj - 20.02.2011, 00:47
Re: Hotel - by williamgato - 20.02.2011, 00:50

Forum Jump:


Users browsing this thread: 3 Guest(s)