By
HyperbeastXD
Cześć
Mam mały problem z pluginem (\x05 i \x0E to są kolory)
Po pokolorowaniu w skrypcie zdania: \x05Gracz \x0E%N \x05napisal \x05!klasa \x05teraz \x05moze \x05wybrac \x05klase!",client w grze słowo Gracz jest ciągle białe
Przesyłam screena z błędu i kodu.
Kod:
#include <sourcemod>
public void OnPluginStart() {
RegConsoleCmd("sm_klasa", Funkcjaklasa);
}
public Action Funkcjaklasa(int client, int args){
PrintToChat(client, "\x05Gracz \x0E%N \x05napisal \x05!klasa \x05teraz \x05moze \x05wybrac \x05klase!",client)
}
Prosze o pomoc (to jest skrypt jako dodatek do codmoda)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now