- 0
Problema poarta
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
laury
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]
4 answers to this question
Recommended Posts