07.11.2010, 13:33
pawn Код:
format(string, sizeof(string),"| You have soccessfully logged in as %s | Level: %d | VIP: %s | Admin Level: %d |", Name, pLevel, pVipRank ? "Yes" : "No", pAdminLevel);
SendClientMessage(playerid, COLOR_ONLOGIN, string);