Jump to content
  • 0

Problema poarta


laury

Question

Salut tuturor

am si eu o rugaminte la voi. zicetimi va rog cum fac aceasta comanda sa o poata folosi doar un singur player

[pawn]if (newkeys==KEY_FIRE)

{

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

{

if(IsPlayerConnected(playerid))

{

if(PlayerToPoint(10, playerid,-701.79, 972.73, 12.86))

{

    MoveObject(Poartagaraj, -701.79, 972.73, 8.42, 4.0);

    SendClientMessage(playerid, COLOR_LIGHTBLUE, "» Poarta s-a Deschis, se va inchide automat in 5 secunde.");

    SetTimer("gatepdclose",7500, false);

    return 1;

}

}

}

}[/pawn]

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

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.