Author Topic: [Request]Chat Command Events  (Read 581 times)

You know, the / commands?  /alarm /hate /love /hate /hug /zombie
Those ones, but in event form, like
OnActivate -> Client -> Chat Command -> FirenMyLazars
OnCommandSaid -> Self -> FireRelay
OnRelay -> Self -> FireRelay
OnRelay -> Self -> VCEIfValue -> <var:cl:isadmin> == 3    5 5
OnVariableTrue -> Player -> SpawnProjectile -> Gun Bullet

That's possible, isnt it?

No way... Its possible, but EXTREMELY abuseble.

People will use it to let other people say stuff like "I want admin now!!!", so they get banned by the host/superadmin/admin

People will use it to let other people say stuff like "I want admin now!!!", so they get banned by the host/superadmin/admin
lolwut?

lolwut?
someone uses the events on a brick
sombody touches the brick, so the events forces him to say "I want admin now!"
The host doesn't like somebody, so somebody gets banned by the host.
At the end it is all someone's fault

err... wth, why not just use variables, since they're on already?

someone uses the events on a brick
sombody touches the brick, so the events forces him to say "I want admin now!"
The host doesn't like somebody, so somebody gets banned by the host.
At the end it is all someone's fault
<OnPlayerTouch><Client><Chatmessage><Somebody: I want admin!>
...
I know it shows a bit different then the normal chat, but this can cause abuse like that too!
And you can do that with default stuff!

<OnPlayerTouch><Client><Chatmessage><Somebody: I want admin!>
...
I know it shows a bit different then the normal chat, but this can cause abuse like that too!
And you can do that with default stuff!
that will spam the chat, and he wants commands that make something happen, not spamming your chat i think

that will spam the chat, and he wants commands that make something happen, not spamming your chat i think
Yapz, but i told Chilmans about how it can be done also..

You can't do it with "/" but other characters would suffice. You could set up some spawns, throw some VCE magic on it, and kachow! I've done it, but it's not easy...