I'm trying to figure out a way to add a huddraw to your screen that says "Hold That" when you get killed by someone else's grenade.
I want this to be server side, any ideas?
Hold That (grenade)
Moderator: Moderators
Also...
Also, is there iprint command or something like that that online displays to on player?
I would like to have a message appear whenever the player throws a grenade, but the message appears only to that play.
would
work?
I would like to have a message appear whenever the player throws a grenade, but the message appears only to that play.
would
Code: Select all
local.player commanddelay 1 iprint "blahblah" 1
Okay, and do you know where do you think I could put a
So that when you get killed by a grenade that it will execute this script?
Code: Select all
first exec mysciprt.scr
-
Rookie One.pl
- Site Admin
- Posts: 2752
- Joined: Fri Jan 31, 2003 7:49 pm
- Location: Nowa Wies Tworoska, Poland
- Contact:


