SkreamerVirii
Administrator
Full Member
Posts: 133
|
|
« on: September 03, 2008, 11:06:53 PM » |
|
In this rather short tutorial i will show you how to set the times between location updates the information the updates players of your whereabouts on the hud at the moment there is a 1 second delay? and when we change it it will have a o.7 delay meaning instant update on the screen when you go somewhere else in the map
Set the project to to game thern open up bg_public.hand scroll to line 1102 were you will see this code
// Time between location updates #define TEAM_LOCATION_UPDATE_TIME 1000
change it to look like this // Time between location updates #define TEAM_LOCATION_UPDATE_TIME 700
Compile and see what i did
|