SA-MP Forums Archive
Check if one type object are destroyed - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Check if one type object are destroyed (/showthread.php?tid=558533)



Check if one type object are destroyed - finelaq - 17.01.2015

Hello!
Is this possible to check if one object type is destroyed like this:
pawn Код:
If(all object id 2805 is destroyed)
{
    SendClientMessage(playerid, -1, "All object id 2805 are destroyed!");
}
Hope you understand!