19.07.2014, 10:04
Taking the base of SendXPError(playerid, exp)
pawn Код:
stock SendXPError(playerid, exp)
{
new string[64];
format(string, sizeof(string), "You need %d exp to get this skin.", exp);
SendClientMessage(playerid, COL_RED, string);
return 1;
}