27.04.2014, 20:17
Try this:
pawn Код:
stock SetPlayerTitle(playerid,title[128])
{
format(pInfo[playerid][Title], 128, title);
return 1;
}

