2020-11-05, 11:05 PM
samp-cctv
This library allows you to create CCTV. CCTV stands for closed-circuit television.?
Usage
This library allows you to create CCTV. CCTV stands for closed-circuit television.?
Usage
Code:
CCTV_Create(Float: x, Float: y,? Float: z, Float: rotX, Float: rotY, Float: rotZ, Float: lookX, Float: lookY, Float: lookZ, virtualworld, interiorid)[/align]
[align=center]CCTV_Destroy(cctvid)[/align]
[align=center]CCTV_Watch(playerid, cctvid)[/align]
[align=center]CCTV_Unwatch(playerid, cctvid)
I think the names of these functions are self-explanatory. You either create, watch, destroy or unwatch a specific CCTV.?
For more info, check github.
Installation
Of course, use the modern standards
Code:
sampctl p install Mergevos/samp-cctv[/align]
[align=center]
Then include it and start using library.
Code:
cctv.inc
Images