248/249:
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Napisano 14.08.2020 18:16
Napisano 14.08.2020 21:21
Napisano 14.08.2020 21:22
Użytkownik LEMO edytował ten post 14.08.2020 21:23
Napisano 14.08.2020 23:07
pobierz i wsadz do include https://amxx.pl/doku.../i107/chatcolori wtedy skompiluj
Napisano 15.08.2020 09:36
pobierz i wsadz do include https://amxx.pl/doku.../i107/chatcolori wtedy skompiluj
zrobiłem to przed założeniem tematu.
Napisano 15.08.2020 10:44
stock client_printcolor(const id, const input[], any:...) { new count = 1, players[32]; static msg[191]; vformat(msg,190,input,3); replace_all(msg,190,"/g","^4");// green txt replace_all(msg,190,"/y","^1");// orange txt replace_all(msg,190,"/ctr","^3");// team txt replace_all(msg,190,"/w","^0");// team txt if (id) players[0] = id; else get_players(players,count,"ch"); for (new i=0;i<count;i++) if (is_user_connected(players[i])) { message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i]); write_byte(players[i]); write_string(msg); message_end(); } }
Dodaj sobie to na sam dół swojego shopa.
Napisano 16.08.2020 00:37
stock client_printcolor(const id, const input[], any:...) { new count = 1, players[32]; static msg[191]; vformat(msg,190,input,3); replace_all(msg,190,"/g","^4");// green txt replace_all(msg,190,"/y","^1");// orange txt replace_all(msg,190,"/ctr","^3");// team txt replace_all(msg,190,"/w","^0");// team txt if (id) players[0] = id; else get_players(players,count,"ch"); for (new i=0;i<count;i++) if (is_user_connected(players[i])) { message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i]); write_byte(players[i]); write_string(msg); message_end(); } }Dodaj sobie to na sam dół swojego shopa.
Tak to mniej więcej wyszło
//// gunxpmod_shop.sma // // COMPILER 1.8.3\gunxpmod_shop.sma(32) : warning 203: symbol is never used: "ColorChat" // COMPILER 1.8.3\gunxpmod_shop.sma(71) : warning 203: symbol is never used: "ColorSelection" // COMPILER 1.8.3\gunxpmod_shop.sma(66) : warning 203: symbol is never used: "FindPlayer" // COMPILER 1.8.3\gunxpmod_shop.sma(73) : warning 203: symbol is never used: "ShowColorMessage" // COMPILER 1.8.3\gunxpmod_shop.sma(77) : warning 203: symbol is never used: "Team_Info" // Header size: 1140 bytes // Code size: 15816 bytes // Data size: 129828 bytes // Stack/heap size: 16384 bytes // Total requirements: 163168 bytes // // 5 Warnings. // Done. // // Compilation Time: 0,31 sec // ----------------------------------------
Napisano 16.08.2020 01:25
Usuń na początku kodu:
#include <ColorChat>
Moje Pluginy | Paczki:
------> http://amxx.pl/topic...od/#entry687942 <------ 500 Postów 27.05.2015
------> http://amxx.pl/topic...monety-lombard/<------
------> http://amxx.pl/topic...-na-ammo-packi/<------
Napisano 16.08.2020 01:58
Usuń na początku kodu:
#include <ColorChat>
Użytkownik LEMO edytował ten post 16.08.2020 01:59
Napisano 17.08.2020 07:02
0 użytkowników, 1 gości, 0 anonimowych