Desync / Mysql Errors
#3

Quote:
Originally Posted by AbyssMorgan
Посмотреть сообщение
PHP код:
//more ?
if(PlayerFind[x] != 999)
//more ? 
Код:
if(FindTime[x] == 1)
		{
			if(PlayerFind[x] != 999)
			{
				new target;
	            target = PlayerFind[x];
		        if(InBizz[target] != 0)
		        {
		            CP[x] = 385;
	    	    PlayerData[x][pCheckpoint] = 0;
		        	SetPlayerCheckpoint(x, businessVariables[InBizz[target]][bExteriorPos][0], businessVariables[InBizz[tinta]][bExteriorPos][1], businessVariables[InBizz[target]][bExteriorPos][2], 7);
		        }
		        if(InHouse[target] != 0)
		        {
		            CP[x] = 385;
	    	    PlayerData[x][pCheckpoint] = 0;
		        	SetPlayerCheckpoint(x, houseVariables[InHouse[target]][hHouseExteriorPos][0], houseVariables[InHouse[target]][hHouseExteriorPos][1], houseVariables[InHouse[target]][hHouseExteriorPos][2], 7);
		        }
		        if(InHQ[target] != 0)
		        {
		            CP[x] = 385;
	    	    PlayerData[x][pCheckpoint] = 0;
		        	SetPlayerCheckpoint(x, groupVariables[InHQ[target]][gGroupExteriorPos][0], groupVariables[InHQ[target]][gGroupExteriorPos][1], groupVariables[InHQ[target]][gGroupExteriorPos][2], 7);
		        }
		        if(InHQ[target] != 0 && InHouse[target] != 0 && InBizz[target] != 0)
		        {
		        	new Float: xf, Float: y, Float: z;
		       		GetPlayerPos(target,xf,y,z);
		        	SetPlayerCheckpoint(x,xf,y,z,3.0);
		        	InHQ[target] = 0;
		        	InHouse[target] = 0;
		        	InBizz[target] = 0;
		        	CP[x] = 385;
	    	    PlayerData[x][pCheckpoint] = 0;
		        }
			}
		}
Reply


Messages In This Thread
Desync / Mysql Errors - by Nin9r - 11.10.2015, 10:14
Re: Desync / Mysql Errors - by AbyssMorgan - 11.10.2015, 10:16
Re: Desync / Mysql Errors - by Nin9r - 11.10.2015, 10:24
Re: Desync / Mysql Errors - by AbyssMorgan - 11.10.2015, 10:34
Re: Desync / Mysql Errors - by Vince - 11.10.2015, 11:42
Re: Desync / Mysql Errors - by Nin9r - 11.10.2015, 11:59
Re: Desync / Mysql Errors - by Nin9r - 15.10.2015, 08:19
Re: Desync / Mysql Errors - by Nin9r - 24.10.2015, 12:05
Re: Desync / Mysql Errors - by Danzou - 24.10.2015, 12:32
Re: Desync / Mysql Errors - by Nin9r - 24.10.2015, 13:14

Forum Jump:


Users browsing this thread: 3 Guest(s)