21.05.2011, 00:05
I don't think ZCMD is the problem here.
But as you described, it says AddStaticVehicleEx works only in OnGameModeInit(). And ZCMD is under OnPlayerText().
The only way to fix this as I see is to make AddStaticVehicleEx in the OnGameModeInit().
So when the server starts, the train spawns. Spawning trains (that works) is not possible as I know.
But as you described, it says AddStaticVehicleEx works only in OnGameModeInit(). And ZCMD is under OnPlayerText().
The only way to fix this as I see is to make AddStaticVehicleEx in the OnGameModeInit().
So when the server starts, the train spawns. Spawning trains (that works) is not possible as I know.