|
Post by $Alvad0r on Jun 19, 2016 23:53:51 GMT
ColorChat : ( B Darija ) #Morrocan Forum ! .: Description :. ColorChat Hwa Wahed Include Li Kay3tina la possibilité Bach Ncoloriw Les Messages Diawlna ! Use ta3o simple bla may5lik tmchi tgad stock dial ColorChat ! Ok ! Nbdaw B #1 Etape :
Kanzido #include <ColorChat> te7t Mn les autres includes !
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <ColorChat>
#define PLUGIN "New Plug-In"
#define VERSION "1.5"
#define AUTHOR "$Alvad0r"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
// Add your code here...
}
#2 Etape : Par Exemple 3ndna Wahed Message simple li mafihech Colors client_print(id, print_chat, "[AMXX] This Is Just A Test Message !");
#3 Etape :Ma3lina Ghir ndiro remplacer l hadak l message b hada ColorChat(id, GREEN, "^4[AMXX] ^1This Is Just A ^3Test Message ^4!");
Nsit Magelt Likom Ana : Green : ^4 || Normal : ^1 || Team Color ( Blue => CT - Red => T) : ^3o Full Code Hwa : /* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <ColorChat>
#define PLUGIN "Test For Lesson #01"
#define VERSION "1.5"
#define AUTHOR "$Alvad0r"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /test" , "test_by_salvador");
}
public test_by_salvador(id)
{
ColorChat(id, GREEN, "^4[AMXX] ^1This Is Just A ^3Test Message ^4!");
}
Ya3ni Ana Hada wahed Include chwiya simple 3la Stock li possible ba3ed lmerat idirna les erors F Script File Dialna ! By $Alvad0r .
|
|
|
Post by Vtt--- on Jun 24, 2016 20:32:45 GMT
Nice chokran khuya <3
|
|
|
Post by $Alvad0r on Jun 24, 2016 21:08:23 GMT
You Welcome Bro !
|
|
|
Post by Houssam Benmouna on Jun 24, 2016 21:40:20 GMT
wtf wa ta chkon maky3rfch lcolor chat + kayen 7aja Khra stock houssam_chat(const id, const input[], any:...) { static msg[191]; new count = 1, players[32]; vformat(msg, 190, input, 3); replace_all(msg, 190, "!g", "^4"); replace_all(msg, 190, "!n", "^1"); replace_all(msg, 190, "!t", "^3"); if(id) players[0] = id; else get_players(players, count, "ch"); { for (new i = 0; i < count; i++) { if (is_user_connected(players )) { message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players); write_byte(players); write_string(msg); message_end(); } } } }
------------------------------------ matalan kadir houssam_chat(0, "!gYou Are Been ColorChat :3!") }
|
|
|
Post by $Alvad0r on Jun 24, 2016 23:42:58 GMT
wtf wa ta chkon maky3rfch lcolor chat + kayen 7aja Khra stock houssam_chat(const id, const input[], any:...) { static msg[191]; new count = 1, players[32]; vformat(msg, 190, input, 3); replace_all(msg, 190, "!g", "^4"); replace_all(msg, 190, "!n", "^1"); replace_all(msg, 190, "!t", "^3"); if(id) players[0] = id; else get_players(players, count, "ch"); { for (new i = 0; i < count; i++) { if (is_user_connected(players )) { message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players); write_byte(players); write_string(msg); message_end(); } } } }
------------------------------------ matalan kadir houssam_chat(0, "!gYou Are Been ColorChat :3!") }
hada Include chwiya simple 3la Stock li possible ba3ed lmerat idirna les erors F Script File Dialna!!!! o svp read lesson rah dkert ana hada derss dial include
|
|
|
Post by Spawner[G] on Jun 25, 2016 2:01:09 GMT
Kayn far9 mabin stock o l'include, stock kay dar fi les includes 7ssen, o dak ColorChat 3ando des autres parametres f7al GREEN,GREY,RED,TEAM_COLOR ... kayn far9 binathom
|
|
|
Post by Baka on Jun 25, 2016 4:32:07 GMT
Go hard -_- hadchi ay wa7d kay3rflih
|
|
|
Post by -|P|-LaY-|B|-o-|Y|- on Jun 25, 2016 12:47:50 GMT
Ui Sorry Makontch 3arf lesson d Include :/
|
|