dcmd(efa,3,cmdtext);
if(strcmp(cmdtext,"/frc",true)==0){
if(GetPlayerLeader(playerid)){
if(gettime() < LastRespawned[GetPlayerFaction(playerid)-1])
return SendClientMessage(playerid,FACTION_COL_GREY,"Du kannst deine Fahrzeuge nur alle '5' Minuten respawnen.");
LastRespawned[GetPlayerFaction(playerid)-1] = gettime()+(60*5);
for(new fc;fc<sizeof(FactionCars);fc++){
if(FactionCars[fc][fVehid] >= 400 && FactionCars[fc][fVehid] <= 611){
if(FactionCars[fc][fFaction][0] == GetPlayerFaction(playerid)){
DestroyAndCreateFactionCar(fc);
}
C:\Users\Lasse\Desktop\samp03csvr_R2-2_win32\gamemodes\YVL.pwn(58867) : error 010: invalid function or declaration
C:\Users\Lasse\Desktop\samp03csvr_R2-2_win32\gamemodes\YVL.pwn(58868) : error 010: invalid function or declaration
C:\Users\Lasse\Desktop\samp03csvr_R2-2_win32\gamemodes\YVL.pwn(58869) : error 010: invalid function or declaration
C:\Users\Lasse\Desktop\samp03csvr_R2-2_win32\gamemodes\YVL.pwn(58870) : error 010: invalid function or declaration
C:\Users\Lasse\Desktop\samp03csvr_R2-2_win32\gamemodes\YVL.pwn(58871) : error 010: invalid function or declaration
C:\Users\Lasse\Desktop\samp03csvr_R2-2_win32\gamemodes\YVL.pwn(58873) : error 010: invalid function or declaration
C:\Users\Lasse\Desktop\samp03csvr_R2-2_win32\gamemodes\YVL.pwn(58874) : error 010: invalid function or declaration
C:\Users\Lasse\Desktop\samp03csvr_R2-2_win32\gamemodes\YVL.pwn(58875) : error 010: invalid function or declaration
C:\Users\Lasse\Desktop\samp03csvr_R2-2_win32\gamemodes\YVL.pwn(58877) : error 054: unmatched closing brace ("}")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
9 Errors.