Posts: 74
Threads: 18
Joined: Mar 2015
Reputation:
0
try to define MAX_CAMERAS or instead of
for(new i; i < MAX_CAMERAS; i++)
try
for(new i; i < 5; i++)
Posts: 1,752
Threads: 338
Joined: Jul 2012
Reputation:
0
i define max_cameras to 100
If i create the speedtrap to 4 speed traps then restart the server but the speed trap load perfect.
it just set back to id 0 format(string, sizeof(string), "You created a speed camera with ID: %i", i);
it need to start from 4 to 5 adding on
Posts: 1,752
Threads: 338
Joined: Jul 2012
Reputation:
0
if i type /addcam 4 times then restart the server it will go to 4 to 5 then go up if i add more still. having the problem.