a script at ffa with !info command
hello i tryed all the day to fix a script:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "!info" #define VERSION "1.0" #define AUTHOR "Christdus" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_plugin ("Christdus" "1.0", "Christdus") register_clcmd ("say !irc" "say #PurePwnage.dk plz idle and peform :)") register_clcmd ("say !members" "say Kulip VaX Zark Seek trys") register_clcmd ("say !cls" "say Kulip and Zark") register_clcmd("say !info" "say use !irc !members !cl") } and all on the server can use the commands plz help me :) or send the sma file if you can help my my e-mail [email protected] |
Version 1:If you say !irc, etc.... it will use the appropriate text
Code:
Version 2: It will replace all instances of !irc, etc.... with the appropriate text. Code:
|
| All times are GMT -4. The time now is 14:31. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.