03.02.2009, 22:24
So now its the oppisite away round put at top and delete in command. Or use these and delete those.
pawn Код:
//top
playerName[MAX_PLAYER_NAME];
MyString[128];
//In your command change messages example:
GetPlayerName(playerid, playerName, sizeof(playerName));
format(MyString, sizeof(MyString), "%s adli oyuncu koruma oldu [/koruma]", playerName);
SendClientMessageToAll(0x0000BBAA, MyString);