23.05.2014, 17:56
Well that's not the best way to copy a string into another string, its also a bad practice to you, I am not really sure what was your problem, explain it more ??
pawn Код:
stock ChangeHeadDesc(playerid, newdesc[])
return strcat(PlayerInfo[playerid][pHeadDesc], newdesc, 128 + 1);
stock ChangeArmDesc(playerid, newdesc[])
return strcat(PlayerInfo[playerid][pArmDesc], newdesc, 128 + 1);