Zaključano

(Brzo)

Započeo NeroX
pre 12 godina
300
pregleda
4
postova
Ova tema je zaključana. Samo moderatori i administratori mogu odgovarati.
NeroX
Wheel Man
pre 12 godina
Skripta koju koristim: enterijor..

Problem: Znaci napravio sam enterijor u zgradu i kad ulazim u njega prebacuje me u narodnu banku (u drugi enterijor)
D3J@N
Enforcer
pre 12 godina
Dao si ajmo reci premalo informacija  😄
Nisi vjerovatno dobro odradio komandu ulaska u int 😄
Potrazi tut ima sigurno na forumu  😉
NeroX
Wheel Man
pre 12 godina
if (PlayerToPointStripped(1, playerid,1653.9879,-1655.7493,22.5156, cx,cy,cz))
{
//FBI Enter Glavni
SetPlayerPos(playerid, 288.7287,168.5377,1007.1719);
GameTextForPlayer(playerid, "~w~FBI Baza",5000,1);
SetPlayerInterior(playerid,3);
SetPlayerFacingAngle(playerid, 0);
PlayerInfo = 3;
}
else if (PlayerToPointStripped(1, playerid,1511.8963,-1479.6108,63.8593, cx,cy,cz))
{
//FBI Enter Krov
SetPlayerPos(playerid, 298.1949,174.6778,1007.1718);
GameTextForPlayer(playerid, "~w~FBI Baza",5000,1);
SetPlayerInterior(playerid,3);
SetPlayerFacingAngle(playerid, 0);
PlayerInfo = 3;
}
else if (PlayerToPointStripped(1, playerid,1510.6480,-1469.6540,9.5000, cx,cy,cz))
{
//FBI Enter Garaza
SetPlayerPos(playerid, 298.1949,174.6778,1007.1718);
GameTextForPlayer(playerid, "~w~FBI Baza",5000,1);
SetPlayerInterior(playerid,3);
SetPlayerFacingAngle(playerid, 0);
PlayerInfo = 3;
}
else if (PlayerToPointStripped(1, playerid,288.7287,167.0377,1007.1719, cx,cy,cz))
{
//FBI Exit
SetPlayerPos(playerid, 1653.9879,-1655.7493,22.5156);
GameTextForPlayer(playerid, "~w~Los Santos",5000,1);
SetPlayerInterior(playerid,0);
SetPlayerFacingAngle(playerid, 0);
PlayerInfo = 0;
}
else if (PlayerToPointStripped(1, playerid,238.3001,138.9406,1003.0234, cx,cy,cz))
{
//FBI Exit
SetPlayerPos(playerid, 1653.9879,-1655.7493,22.5156);
GameTextForPlayer(playerid, "~w~Los Santos",5000,1);
SetPlayerInterior(playerid,0);
SetPlayerFacingAngle(playerid, 0);
PlayerInfo = 0;
}


Eto cijo kod..
[WW]ivan
Kingpin
pre 12 godina
mozda kordinate nisu uredu, a i ako koristis isti int, za te banke, moras i drukcije virtualwordove stavljat

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava