Jump to content
  • 0

Problema factiunea Corleone


Question

Posted

Salut am mutat si eu factiunea Corleone in Las Venturas am facut spawn Cabinete tot ce trebuia Iesirea si Intrarea Pot iesi din Hq dar  sa intru in hq nu merge nustiu ce are cred ca ma bagat ceva gresit Cineva s ama ajute sa imi dea Pm cu id de mess sau sa posteze aici :| Va Multumesc !!

4 answers to this question

Recommended Posts

Posted

Dute acolo unde vrei sa fie intrarea in hq si il gasesti in gta san andreas user files/samp/savedposition

Si cauti in gm la comanda enter

[pawn]if(PlayerData[playerid][pMember] >= ID FACTIUNE CORLEANE[/pawn]

Si pui coordonatele pe care le-ai salvat.

gXvsYS
Posted

[pawn]//---------------------------------Corleone Famigla Enter-----------------------

if(PlayerInfo[playerid][pMember] == 16 || PlayerInfo[playerid][pLeader] == 16)

{

SetPlayerPos(playerid, 1298.9606,-794.8203,1084.0078);

GameTextForPlayer(playerid, "~w~Corleone Famigla HQ",5000,1);

SetPlayerInterior(playerid,5);

SetPlayerFacingAngle(playerid, 1);

PlayerInfo[playerid][pInt] = 5;

}

else if(hqlock[iolock] == 0)

{

    SetPlayerPos(playerid, 1298.9606,-794.8203,1084.0078);

GameTextForPlayer(playerid, "~w~Corleone Famigla HQ",5000,1);

SetPlayerInterior(playerid,5);

SetPlayerFacingAngle(playerid, 0);

PlayerInfo[playerid][pInt] = 5;

}

else

{

    GameTextForPlayer(playerid, "~r~Locked",5000,1);

}

}

else if (PlayerToPointStripped(1, playerid,1298.9443,-797.0073,1084.0078, cx,cy,cz))

{

//-------------------------------Corleone Famigla Exit--------------------------

SetPlayerPos(playerid, 1459.7373,2773.1934,10.8203);

GameTextForPlayer(playerid, "~w~Las Venturas",5000,1);

SetPlayerInterior(playerid,0);

SetPlayerFacingAngle(playerid, 179);

PlayerInfo[playerid][pInt] = 0;

}

else if (PlayerToPointStripped(1, playerid,2524.3638,-1998.3225,14.1131, cx,cy,cz))

{[/pawn]

E asa la Gm asta nu e cum zici tu :|

Posted

Sigur sunt bune coordonatele de unde dai /enter ?

<a href="http://www.userbars.be"><img src="http://img534.imageshack.us/img534/9098/36589.gif" alt="Free userbars" border="0"></a>

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.