Raised This Month: $51 Target: $400
 12% 

If action write something!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
devilsnake88
Junior Member
Join Date: May 2012
Old 01-02-2013 , 16:20   If action write something!
Reply With Quote #1

Hello guys!
It's my first post here and I don't really know SM scripting, I'm more ES
I have a function like this:

Code:
if(action == MenuAction_Select)
{
}
and I want to, if somebody is in action, write "!hello"!
It's not a hardcore scripti I ask you but I need it ^^

Thank you!
devilsnake88 is offline
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 01-02-2013 , 16:34   Re: If action write something!
Reply With Quote #2

Something like that?

PHP Code:
if(action == MenuAction_Select)
{
PrintToChatAll("hello");

You should read this
http://wiki.alliedmods.net/Introduction_to_SourcePawn
http://wiki.alliedmods.net/Introduct...rceMod_Plugins
http://wiki.alliedmods.net/Category:SourceMod_Scripting
__________________
...

Last edited by Oshizu; 01-02-2013 at 16:40.
Oshizu is offline
devilsnake88
Junior Member
Join Date: May 2012
Old 01-02-2013 , 16:49   Re: If action write something!
Reply With Quote #3

Not really I want (if you can) make like this:
Playername : hello
playername = player using action ^^
like (client, say "hello") or idk how it's work on SM
devilsnake88 is offline
minimoney1
SourceMod Donor
Join Date: Dec 2010
Old 01-02-2013 , 16:53   Re: If action write something!
Reply With Quote #4

Quote:
Originally Posted by devilsnake88 View Post
Not really I want (if you can) make like this:
Playername : hello
playername = player using action ^^
like (client, say "hello") or idk how it's work on SM
PHP Code:
FakeClientCommand(param1"say Hallo!"); 
__________________
Need help? PM me or add me on Steam.
My Steam




Quote:
Originally Posted by Rp.KryptoNite View Post
For some reason his Plugin never worked for me ,
@credits were added
im not stealing any plugins dude its my THING
minimoney1 is offline
devilsnake88
Junior Member
Join Date: May 2012
Old 01-02-2013 , 17:21   Re: If action write something!
Reply With Quote #5

Thank you minimoney1!
And you too Oshizu
devilsnake88 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:27.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode