Citat: AleX_ poslato Avgust 19, 2012, 21:46:42 POSLE PODNE
pa namjesti kad izadje da mu podes int i vw na 0
SetPlayerVirtualWorld(playerid, 0);
AKO MOZES DA MI POKAZES TACNO GDJE DA SE STAVI
else if (PlayerToPoint(3.0, playerid,2013.4301,1914.9464,8.2082)) //Ruska Mafija krov
{
if(PlayerInfo[playerid][pMember] == 18 || PlayerInfo[playerid][pLeader] == 18)
{
SetPlayerPos(playerid, 1973.5748,1923.9189,126.0469);
GameTextForPlayer(playerid, "~w~Ruska Mafija krov",5000,1);
SetPlayerInterior(playerid,6);
SetPlayerFacingAngle(playerid, 90);
PlayerInfo[playerid][pInt] = 6;
}
}
else if (PlayerToPoint(3.0, playerid,1973.5748,1923.9189,126.0469))
{
if(PlayerInfo[playerid][pMember] == 18 || PlayerInfo[playerid][pLeader] == 18)
{
SetPlayerPos(playerid,2013.4301,1914.9464,8.2082 );
GameTextForPlayer(playerid, "~w~Ruska Mafija",5000,1);
SetPlayerInterior(playerid,0);
SetPlayerFacingAngle(playerid, 0);
PlayerInfo[playerid][pInt] = 0;
}
}
Citat: AleX_ poslato Avgust 19, 2012, 22:39:40 POSLE PODNE
ovako
else if (PlayerToPoint(3.0, playerid,2013.4301,1914.9464,8.2082)) //Ruska Mafija krov
{
if(PlayerInfo[playerid][pMember] == 18 || PlayerInfo[playerid][pLeader] == 18)
{
SetPlayerPos(playerid, 1973.5748,1923.9189,126.0469);
GameTextForPlayer(playerid, "~w~Ruska Mafija krov",5000,1);
SetPlayerInterior(playerid,0);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerFacingAngle(playerid, 90);
PlayerInfo[playerid][pInt] = 6;
}
}
else if (PlayerToPoint(3.0, playerid,1973.5748,1923.9189,126.0469))
{
if(PlayerInfo[playerid][pMember] == 18 || PlayerInfo[playerid][pLeader] == 18)
{
SetPlayerPos(playerid,2013.4301,1914.9464,8.2082 );
GameTextForPlayer(playerid, "~w~Ruska Mafija",5000,1);
SetPlayerInterior(playerid,0);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerFacingAngle(playerid, 0);
PlayerInfo[playerid][pInt] = 0;
}
}
isto tako sam mu ja uradio.
Citat: AleX_ poslato Avgust 19, 2012, 22:39:40 POSLE PODNE
ovako
else if (PlayerToPoint(3.0, playerid,2013.4301,1914.9464,8.2082)) //Ruska Mafija krov
{
if(PlayerInfo[playerid][pMember] == 18 || PlayerInfo[playerid][pLeader] == 18)
{
SetPlayerPos(playerid, 1973.5748,1923.9189,126.0469);
GameTextForPlayer(playerid, "~w~Ruska Mafija krov",5000,1);
SetPlayerInterior(playerid,0);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerFacingAngle(playerid, 90);
PlayerInfo[playerid][pInt] = 6;
}
}
else if (PlayerToPoint(3.0, playerid,1973.5748,1923.9189,126.0469))
{
if(PlayerInfo[playerid][pMember] == 18 || PlayerInfo[playerid][pLeader] == 18)
{
SetPlayerPos(playerid,2013.4301,1914.9464,8.2082 );
GameTextForPlayer(playerid, "~w~Ruska Mafija",5000,1);
SetPlayerInterior(playerid,0);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerFacingAngle(playerid, 0);
PlayerInfo[playerid][pInt] = 0;
}
}
OVO JE TACNO,HVALA ALEX ..SVAKA CAST
Citat: [Egrotusi TDM] CadrRa poslato Avgust 19, 2012, 22:58:49 POSLE PODNE
Citat: AleX_ poslato Avgust 19, 2012, 22:39:40 POSLE PODNE
ovako
else if (PlayerToPoint(3.0, playerid,2013.4301,1914.9464,8.2082)) //Ruska Mafija krov
{
if(PlayerInfo[playerid][pMember] == 18 || PlayerInfo[playerid][pLeader] == 18)
{
SetPlayerPos(playerid, 1973.5748,1923.9189,126.0469);
GameTextForPlayer(playerid, "~w~Ruska Mafija krov",5000,1);
SetPlayerInterior(playerid,0);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerFacingAngle(playerid, 90);
PlayerInfo[playerid][pInt] = 6;
}
}
else if (PlayerToPoint(3.0, playerid,1973.5748,1923.9189,126.0469))
{
if(PlayerInfo[playerid][pMember] == 18 || PlayerInfo[playerid][pLeader] == 18)
{
SetPlayerPos(playerid,2013.4301,1914.9464,8.2082 );
GameTextForPlayer(playerid, "~w~Ruska Mafija",5000,1);
SetPlayerInterior(playerid,0);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerFacingAngle(playerid, 0);
PlayerInfo[playerid][pInt] = 0;
}
}
isto tako sam mu ja uradio.
IZVINI DRUZE ALI NISI SetPlayerInterior(playerid,6); TI JE BILO A TREBALO JE SetPlayerInterior(playerid,0); IMAS GORE PA POGLEDAJ ,ALI HVALA I TEBI NA TRUDU I POMOCI