Jump to content
  • 0

Problema factiunea Corleone


Crysty

Question

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 !!

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

[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 :|

Link to comment
Share on other sites

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.