@ƒυякαη aka вєαм σƒ ℓιgнт
was hat das damit zu tun?
@Thread
statt new LCNTOR[MAX_PLAYERS];
machst du dann new LCNTOR;
ocmd:lcntor(playerid,params[])
{
if(isPlayerInFrakt(playerid,1))
{
if(!LCNTOR)
{
MoveObject(LCNTOR1,708.29998779297, -1415.9000244141, 9.300000190735,2);
SendClientMessage(playerid,COLOR_WEISS,"[Info] Mit /Lcntor geht das Tor wieder zu.");
LCNTOR=1;
return true;
}
MoveObject(LCNTOR1,708.29998779297, -1415.9000244141, 16.300000190735,2);
}
return 1;
}