2020-11-06, 12:26 PM
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.
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.