Код:
native STREAMER_TAG_CP CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_CP_SD, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0);
see that, you fucked up the parameters, change the
2 to -1 unless if you only want it to show in virtual world 2,
the 0 after that is the interior id so its only gonna be at interior 0, change the
0 after it to
-1 unless if you only want it to show for playerid
0 , change the
-1 to the stream distance probably you meant that to be 300? then read the rest of the params and debate on it the 300 and 100 and the 0 (priority).