• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Library] samp-cctv | Create CCTV with one line! Monitor everything.
#5
Code:
stock CCTV_Destroy(cctvid)

{

    if(!Iter_Contains(cctv_Iter, cctvid) || !IsValidDynamicObject(cctv_Handle[cctvid])) {

        return 0;

    }

    Iter_Remove(cctv_Iter, cctvid);

    DestroyDynamicObject(cctv_Handle[cctvid]);

    return 1;

}

You need to fix this, I'll DM you the problem
Using Pawn.CMD?

If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
  Reply


Messages In This Thread
RE: samp-cctv | Create CCTV with one line! Monitor everything. - by Pinch - 2020-11-06, 12:26 PM

Forum Jump: