Jump to content

Question

Posted

Salut, am deschis un server de samp, si la hq mafia nu se poate intra in four dragons, cand incerci sa intri scrie close. Imi puteti spune cum sa il deschid ?.

[pawn]if(PlayerToPoint(20, i,2015.4500,1017.0900,996.8750))

{//Four Dragons

    GameTextForPlayer(i, "~r~Closed", 5000, 1);

    SetPlayerInterior(i, 0);

    //SetPlayerPos(i,1022.599975,-1123.699951,23.799999);

    SetPlayerSpawn(i);

    ResetPlayerWeapons(i);

}[/pawn]

1 answer to this question

Recommended Posts

Posted

if(PlayerToPoint(20, i,2015.4500,1017.0900,996.8750))

{//Four Dragons

    GameTextForPlayer(i, "~r~Deschis", 5000, 0);

    SetPlayerInterior(i, 0);

    //SetPlayerPos(i,1022.599975,-1123.699951,23.799999);

    SetPlayerSpawn(i);

    ResetPlayerWeapons(i);

}

 

 

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.