still getting execute
#3

Код HTML:
    if(pInfo[playerid][Registered] == 1 && pInfo[playerid][Logged] == 1)
    {
	if ( PosX[ playerid ] != 0 && PosY[ playerid ] != 0 && PosZ[ playerid ] != 0 )
	   {
	        SetPlayerPos( playerid, PosX[ playerid ], PosY[ playerid ], PosZ[ playerid ] );
	        SetPlayerFacingAngle( playerid, Angle[ playerid ] );
	        SetPlayerInterior( playerid, Interior[ playerid ] );
	        SetCameraBehindPlayer(playerid);
		SetPlayerVirtualWorld(playerid, 0);
		SetPlayerInterior(playerid, 0);
	    }
	    else return 1;
	}
         else
	{
	  	new Random = random(sizeof(RandomSpawns));
	    	SetPlayerPos(playerid, RandomSpawns[Random][0], RandomSpawns[Random][1],    RandomSpawns[Random][2]);
		SetPlayerVirtualWorld(playerid, 0);
		SetPlayerInterior(playerid, 0);
	  }
   }
My pawno not responding..
Reply


Messages In This Thread
still getting execute - by gotwarzone - 24.10.2013, 21:12
Re: still getting execute - by DanishHaq - 24.10.2013, 21:17
Re: still getting execute - by gotwarzone - 24.10.2013, 21:29
Re: still getting execute - by gotwarzone - 24.10.2013, 22:03

Forum Jump:


Users browsing this thread: 1 Guest(s)