Stay within world Boundries - problem
#9

Код:
public SetPlayerSpawn(playerid)
{
	if(IsPlayerConnected(playerid))
	{
	    for(new i = 0; i < MAX_PLAYERS; i++)
	    {
	        if(IsPlayerConnected(i))
	        {
	   			ResetBeacons(i);
	   		}
	    }
	    SetPlayerWorldBounds(playerid, 20000.0000, -20000.0000, 20000.0000, -20000.0000);
	    SetTimerEx("ResetSpawnTimer", 8000, 0, "d", playerid);
	    if(pStats[playerid][pJailed] > 0)
	    {
	   		if(pStats[playerid][pJailed] == 1)
			{
		    	SetPlayerVirtualWorld(playerid,2);
		    	SetPlayerInterior(playerid, 6);
				SetPlayerPos(playerid,264.5743,77.5118,1001.0391);
				SendClientMessage(playerid, COLOR_WHITE, "Sinu vangistus ei ole veel lдbi!");
				return 1;
			}
   			else if(pStats[playerid][pJailed] == 3)
			{
		    	SetPlayerInterior(playerid, 0);
		    	SetPlayerPos(playerid, -10.9203,2328.7659,24.3034);
				SendClientMessage(playerid, COLOR_WHITE, "Sinu vangistus ei ole veel lдbi!");
				return 1;
			}
		}
	    if(pStats[playerid][pCrashed] == 1)
		{
		    if(pStats[playerid][pHospitalized] != 1)
		    {
    			SetPlayerPos(playerid,pStats[playerid][pCrashX],pStats[playerid][pCrashY],pStats[playerid][pCrashZ]);
	    		SetPlayerInterior(playerid,pStats[playerid][pCrashInt]);
				SetPlayerVirtualWorld(playerid,pStats[playerid][pCrashW]);
				pStats[playerid][pCrashed] = 0;
			}
		}
		else
		{
			SetPlayerPos(playerid,pStats[playerid][pCrashX], pStats[playerid][pCrashY], pStats[playerid][pCrashZ]);
			SetPlayerVirtualWorld(playerid, pStats[playerid][pCrashW]);
			SetPlayerInterior(playerid, pStats[playerid][pCrashInt]);
			SetPlayerHealth(playerid, 100);
		}
	    if(AdminDuty[playerid])
	    {
			SetPlayerHealth(playerid,99999);
			SetPlayerArmour(playerid,99999);
	    }

		return 1;
	}
	return 1;
}
Reply


Messages In This Thread
Stay within world Boundries - problem - by Arcanize - 19.06.2011, 16:21
Re: Stay within world Boundries - problem - by sleepysnowflake - 19.06.2011, 16:22
Re: Stay within world Boundries - problem - by Mr4rtur - 19.06.2011, 16:24
Re: Stay within world Boundries - problem - by Arcanize - 19.06.2011, 16:24
Re: Stay within world Boundries - problem - by Mr4rtur - 19.06.2011, 16:26
Re: Stay within world Boundries - problem - by Arcanize - 19.06.2011, 16:33
Re: Stay within world Boundries - problem - by Mr4rtur - 19.06.2011, 16:36
Re: Stay within world Boundries - problem - by sleepysnowflake - 19.06.2011, 16:36
Re: Stay within world Boundries - problem - by Arcanize - 19.06.2011, 16:38
Re: Stay within world Boundries - problem - by Mr4rtur - 19.06.2011, 16:40

Forum Jump:


Users browsing this thread: 2 Guest(s)