Hay.
Kann mir einer sagen wie ich bei :
if(IsPlayerInFrac(playerid, 1))//Ob Spieler in der Fraktion ist
{
PlaySoundForPlayer(playerid,1035);
SetTimerEx("PlaySoundForPlayer",2000,0,"id",playerid,1036);
MoveDynamicObject(lvpdtorlspd1, 1460.33, -1817.77, 11.96, 3.0);
SetTimer("Closelvpdtorlspd1", 5000, 0);
SendClientMessage(playerid, COLOR_YELLOW,"Das Garagentor ist offen. Beeil dich es schließt in 5 Sekunden");
}
ein IfplayerInRangerofPoint ist?
Danke im Voraus