ItsMods

Full Version: Script Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well this is what I have in my script (nukem's addon)

wait 120000
say ^1Normal Mode, 1K Per Kill/2K Per Headshot
seta scr_dm_score_kill "1000";seta scr_dm_score_headshot "1000"

wait 120000
say ^1Killing/Headshot Bonus!!! 5k Per Kill/Headshot
seta scr_dm_score_kill "5000";seta scr_dm_score_headshot "0"

wait 120000
say ^1Normal Mode, 1K Per Kill/2K Per Headshot
seta scr_dm_score_kill "1000";seta scr_dm_score_headshot "1000"

wait 120000
say ^1Headshot Bonus!!! 15K Per Headshot!!!
seta scr_dm_score_kill "1000";seta scr_dm_score_headshot "14000"

I want to replace the "say" command to another one that displays the message to the user's screen, not in the chat box. Is there a way to do this? I tried: say all, tell all, !yell all (with the admin plugin) and yell all.
No one is working. Helppp Dodgy
That's not possible with a script.
(01-18-2012, 21:54)zxz0O0 Wrote: [ -> ]That's not possible with a script.

so, whats your idea? help me common Dodgy
(01-19-2012, 10:08)slipknotignacio Wrote: [ -> ]
(01-18-2012, 21:54)zxz0O0 Wrote: [ -> ]That's not possible with a script.

so, whats your idea? help me common Dodgy

Create a plugin
(01-19-2012, 10:54)zxz0O0 Wrote: [ -> ]
(01-19-2012, 10:08)slipknotignacio Wrote: [ -> ]
(01-18-2012, 21:54)zxz0O0 Wrote: [ -> ]That's not possible with a script.

so, whats your idea? help me common Dodgy

Create a plugin

hmmm thanks, but 1 question more, its possible to kill all players with a command, and is possible to change pre-maded classes without map restart?
(01-19-2012, 14:08)slipknotignacio Wrote: [ -> ]
(01-19-2012, 10:54)zxz0O0 Wrote: [ -> ]
(01-19-2012, 10:08)slipknotignacio Wrote: [ -> ]
(01-18-2012, 21:54)zxz0O0 Wrote: [ -> ]That's not possible with a script.

so, whats your idea? help me common Dodgy

Create a plugin

hmmm thanks, but 1 question more, its possible to kill all players with a command, and is possible to change pre-maded classes without map restart?

None of them is possible.