Jump to content
  • 0

Problema kick


Sle|D

Question

Nick: Sle|d

Problema: Cand dau kick cuiva nu arat cine primeste kickul,si id meu(cine da kickul)apare gresit.

Erori / warnings:nu..

Lini/script:

[pawn]

    gsString[ 0 ] = EOS;

    format( gsString, sizeof( gsString ), "Administratorul %s(%d) la dat afara de pe server pe %s {00a6ff}Motivul: %s!", PlayerName( playerid ), PlayerName( Player ), playerid, Reason );

    SendClientMessageToAll( COLOR_ORANGE, gsString );

Kick( Player );

Ai incercat sa rezolvi singur ?: da.. pai era sub alta foram era prima data, cel care ia kick si dupa adminul am schimbat forumla dar nu merge..

Poza:ZQ6N3y1.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Inlocuiete ce ai tu cu :

gsString[ 0 ] = EOS;
format( gsString, sizeof( gsString ), "Administratorul %s(%d) la dat afara de pe server pe %s {00a6ff}Motivul: %s!", PlayerName( playerid ), playerid, PlayerName( Player ), Reason );
SendClientMessageToAll( COLOR_ORANGE, gsString );
Kick( Player );

Link to comment
Share on other sites

Inlocuiete ce ai tu cu :

gsString[ 0 ] = EOS;
format( gsString, sizeof( gsString ), "Administratorul %s(%d) la dat afara de pe server pe %s {00a6ff}Motivul: %s!", PlayerName( playerid ), playerid, PlayerName( Player ), Reason );
SendClientMessageToAll( COLOR_ORANGE, gsString );
Kick( Player );

MERSI

T/C merge.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.