08.04.2011, 15:33
what about:
not sure whether this will work though
pawn Код:
stock SetPlayerInfo(playerid, info[], newinfo[])
{
format(AccountInfo[playerid][info], sizeof(AccountInfo[playerid][info]), "%s", newinfo);
return 1;
}