[AJUDA] /sair da casa nгo funciona!!
#6

MSM assim nao funcionou

Код:
	if(strcmp(cmd, "/sair", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
		{
			for(new i = 0; i <  sizeof(HouseInfo); i++)
			{
			  if(GetPlayerVirtualWorld(playerid) != 0 && TaNaHQ[playerid] == 255 && TaNaCasa[playerid] != 255)
			  {
                //new world = GetPlayerVirtualWorld(playerid)-1;
				if (PlayerToPoint(3, playerid,HouseInfo[i][hExitx], HouseInfo[i][hExity], HouseInfo[i][hExitz]))
				{
					new OldWorld = GetPlayerVirtualWorld(playerid);
					new NewWorld;
					SetPlayerInterior(playerid,0);
					SetPlayerPos(playerid,HouseInfo[i][hEntrancex],HouseInfo[i][hEntrancey],HouseInfo[i][hEntrancez]);
					PlayerInfo[playerid][pInt] = 0;
					PlayerInfo[playerid][pLocal] = 255;
					SetPlayerVirtualWorld(playerid,0);
                    if(HouseInfo[i][hHel] == 1)
					{
						new Float:tempheal;
						GetPlayerHealth(playerid,tempheal);
						if(tempheal < 100.0)
						{
							SetPlayerHealth(playerid,100.0);
						}
					}
					NewWorld = GetPlayerVirtualWorld(playerid);
					format(string, sizeof(string), "DEBUG: seu world foi mudado de: %d para: %d.", OldWorld,NewWorld);
			  		SendClientMessage(playerid, COLOR_GREY, string);

				}
			  }
			}
Reply


Messages In This Thread
[AJUDA] /sair da casa nгo funciona!!NGM mas pode ajudar? - by SuperGame - 22.05.2011, 14:42
Re: [AJUDA] /sair da casa nгo funciona!! - by SuperGame - 22.05.2011, 17:35
Re: [AJUDA] /sair da casa nгo funciona!! - by steki. - 22.05.2011, 17:57
Re: [AJUDA] /sair da casa nгo funciona!! - by SuperGame - 22.05.2011, 18:07
Re: [AJUDA] /sair da casa nгo funciona!! - by deregudegu - 22.05.2011, 18:12
Re: [AJUDA] /sair da casa nгo funciona!! - by SuperGame - 22.05.2011, 18:36
Re: [AJUDA] /sair da casa nгo funciona!! - by SuperGame - 22.05.2011, 20:58
Re: [AJUDA] /sair da casa nгo funciona!! - by rjjj - 22.05.2011, 22:12
Re: [AJUDA] /sair da casa nгo funciona!! - by SuperGame - 23.05.2011, 00:48
Re: [AJUDA] /sair da casa nгo funciona!! - by SuperGame - 23.05.2011, 16:29

Forum Jump:


Users browsing this thread: 2 Guest(s)