ADMIN TAG PROBLEM
#1

slovd
Reply
#2

NVM...
Reply
#3

no i added on playerspawn
Reply
#4

Move it to OnPlayerConnect, that should solve the problem.

Regards
Reply
#5

Still same problem , i added it to on teh top OnPlayerConnect
Reply
#6

slovd
Reply
#7

For me this way is better, I prefer this one and it's an example (untested for the moment) hope you like this way.
pawn Код:
// On Player Text

new string[256], Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, sizeof (Name));

IsPlayerAdmin(playerid);
{
    format(string,sizeof(string), "[ADMIN] %s said : %s", Name, text);
    SendClientMessageToAll(-1, string);
    return 0;
}
// etc your others code
Reply
#8

Matnix , thanx it worked !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)