15.01.2015, 21:23
Under OnPlayerConnect:
Replace this:
With this:
Replace this:
pawn Код:
format(string, 128, COL_YELLOW"Welcome back "COL_LIGHTBLUE"%s "COL_WHITE" please type your password below to log in.", GetName(playerid));
pawn Код:
format(string, 128, {FFFAA}Welcome back %s\n{FFFFFF}Please enter your password below", GetName(playerid));