17.11.2017, 02:59
Open lc2sa4samp.pwn and in line 135 (if your file is the same of kalcor posted):
streamer_objectid = CreateDynamicObject(modelid,X,Y,Z,rX,rY,rZ,LC2SA4S AMP_VWORLD);
Change the X coordinate, add -1000 or -2000. Changing this, all objects of LC will be created further from San Fierro.
Example:
streamer_objectid = CreateDynamicObject(modelid,X-2000,Y,Z,rX,rY,rZ,LC2SA4S AMP_VWORLD);
streamer_objectid = CreateDynamicObject(modelid,X,Y,Z,rX,rY,rZ,LC2SA4S AMP_VWORLD);
Change the X coordinate, add -1000 or -2000. Changing this, all objects of LC will be created further from San Fierro.
Example:
streamer_objectid = CreateDynamicObject(modelid,X-2000,Y,Z,rX,rY,rZ,LC2SA4S AMP_VWORLD);