Is there any way to show your ping on screen, like in quake?
i used the quake command:
cg_drawping 1
but diddn't work....
Search found 3 matches
- Thu Jun 16, 2005 1:38 pm
- Forum: General Discussion
- Topic: Ping on screen
- Replies: 19
- Views: 859
- Sun Jun 05, 2005 12:51 pm
- Forum: Scripting
- Topic: Remove object from map
- Replies: 4
- Views: 214
- Sun Jun 05, 2005 10:56 am
- Forum: Scripting
- Topic: Remove object from map
- Replies: 4
- Views: 214
Remove object from map
Hi,
I have a map with 4 health bottles on it (item_25_healthbox), and they're giving me problems, because we want that map on a league... and those 4 bottles are not good, so I would like to remove them.
I've tryed this:
local.item_health_25 = spawn script_object
local.item_health_25 model ...
I have a map with 4 health bottles on it (item_25_healthbox), and they're giving me problems, because we want that map on a league... and those 4 bottles are not good, so I would like to remove them.
I've tryed this:
local.item_health_25 = spawn script_object
local.item_health_25 model ...