i need help with 3 things
#1

well first of all my server lags like ****
and second how to chance areas names
and third how to make Add vehicle command
Reply
#2

Quote:
Originally Posted by PedoBear
well first of all my server lags like ****
and second how to chance areas names
and third how to make Add vehicle command
Get better internet.
What do you mean?
Search for debug
Reply
#3

not with debug i mean in-game admin commands
and how can i cahnge some places names
Reply
#4

use a debug filter script
Reply
#5

Read me
Love me

Simple.
Reply
#6

CreateVehicle
AddStaticVehicle
are those same?
Reply
#7

Quote:
Originally Posted by PedoBear
CreateVehicle
AddStaticVehicle
are those same?
You can use this function to add vehicles to your gamemode. This function can only create vehicles in the OnGameModeInit callback, and vehicles created with this function cannot be removed. Check CreateVehicle if you are interested in creating vehicles during game-runtime.
Reply
#8

Quote:
Originally Posted by SilentMouse
Quote:
Originally Posted by PedoBear
CreateVehicle
AddStaticVehicle
are those same?
You can use this function to add vehicles to your gamemode. This function can only create vehicles in the OnGameModeInit callback, and vehicles created with this function cannot be removed. Check CreateVehicle if you are interested in creating vehicles during game-runtime.
^ Just to add to that, AddStaticVehicle was the pre-0.2 command, before object/vehicle/etc streaming.
Reply
#9

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?
Reply
#10

Quote:
Originally Posted by PedoBear
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?
no thats perfect
but i would use addstaticvehicle
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)