02.01.2019, 15:52
Check this thread:
https://forum.sa-mp.com/showthread.p...48#post2482048
https://forum.sa-mp.com/showthread.p...48#post2482048
Quote:
use this plugin/include : https://sampforum.blast.hk/showthread.php?tid=102865
and make a cp like this pawn Код:
and dont forget the callbacks pawn Код:
|
pawn Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid, interiorid, playerid, Float:distance);
pizza1cp = CreateDynamicCP(373.9403,-119.2545,1001.4922, 3, -1, -1, -1, 100.0);
//just make it like below:
pizza1cp = CreateDynamicCP(373.9403,-119.2545,1001.4922, 3, -1, {your desired interior id}, -1, 100.0);