Posts: 87
Threads: 12
Joined: Jan 2009
Reputation:
0
well first of all my server lags like ****
and second how to chance areas names
and third how to make Add vehicle command
Posts: 87
Threads: 12
Joined: Jan 2009
Reputation:
0
not with debug i mean in-game admin commands
and how can i cahnge some places names
Posts: 669
Threads: 7
Joined: Nov 2007
Reputation:
0
use a debug filter script
Posts: 87
Threads: 12
Joined: Jan 2009
Reputation:
0
CreateVehicle
AddStaticVehicle
are those same?
Posts: 87
Threads: 12
Joined: Jan 2009
Reputation:
0
well i found that
public OnGameModeInit( )
{
// Add a Hydra to the game
CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 800);
return 1;
}
do i have to modify it much?