Enchi Posted April 29, 2021 Share Posted April 29, 2021 Siemanko mam tutaj taki sobie kodzik, kompiluje nie ma problemu, wrzucam - działa. Tyle, ze nie ma kolorów i po wpisaniu !dotacja wyświetla mi całą zawartość np {darkred}[Dotacja $}. Nie rozumiem skoro kolory są w klamrach {} a w pluginie zawarłem #include <multicolors>. Mógłby ktoś dać znaka co jest nie tak? 😛 #include <sourcemod> #include <multicolors> public OnPluginStart() { RegAdminCmd("sm_dotacja", command_printGroup, ADMFLAG_GENERIC, "Print what you set"); } public Action:command_printGroup(client, args) { PrintToChatAll("{darkred}[Dotacja $] {green}Link do wirtualnego doładowania portfela:{blue}https://www.1shot1kill.pl/doladuj_serwer/70926 "); return Plugin_Handled; } Link to comment Share on other sites More sharing options...
Moderator SUPER TIMOR Posted April 29, 2021 Moderator Share Posted April 29, 2021 Zaloguj się lub zarejestruj aby zobaczyć zawartość. 2 Podziękuj! Z kodem rabatowym "TIMOR" zyskasz 10% rabatu na wszystkie usługi przez pierwszy miesiąc! Link to comment Share on other sites More sharing options...
Weak. Posted April 29, 2021 Share Posted April 29, 2021 Zaloguj się lub zarejestruj aby zobaczyć zawartość. 1 Podziękuj! Link to comment Share on other sites More sharing options...
Recommended Posts