27.06.2013, 15:52
Quote:
Could you simply show the line of this modification? Related to the D line. I cant' find it.
|
pawn Код:
if(PlayerInfo[playerid][pX] == 0 && PlayerInfo[playerid][pY] == 0 && PlayerInfo[playerid][pZ] == 0)
{
SetPlayerPos(playerid, 958.9146,-1411.4772,13.3833); // THE SPAWN D // This Line
SetPlayerFacingAngle(playerid, 93.3274);
SetCameraBehindPlayer(playerid);
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
}