• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Need assistance
#1
PHP Code:
if(strcmp(cmd"/resfacveh"true) == || strcmp(cmd"/rffv"true) == 0// by Mikkel Reimer
{
    if(IsPlayerConnected(playerid))
    {
        if(!IsACop(playerid))
{
    SendClientMessage(playeridCOLOR_GRAD1"  you are not authorized to use that command!");
    return 1;
}
new 
bool:unwanted[LSPDCars];
for(new 
player=0player<MAX_PLAYERSplayer++)
    {
            if(IsPlayerInAnyVehicle(player)) { unwanted[GetPlayerVehicleID(player)]=true; }
    }
for(new 
LSPDCars 1LSPDCars <= 25LSPDCars++)
{
if(!
unwanted[LSPDCars]) SetVehicleToRespawn(LSPDCars);
}
GetPlayerName(playeridsendernamesizeof(sendername));
format(stringsizeof(string), "SERVER: "COL_WHITE"All unused vehicles were respawned by Administrator %s."sendername);
SendClientMessageToAll(COLOR_YELLOW,string);
}
return 
1;



I keep getting error with the "bool:unwanted" line trying to work out another way to to detect and avoid respawning vehicles that dont have a driver
Any help or advise would be appreciated...
[Image: preview.png]
  Reply


Forum Jump: