11.07.2014, 12:35
just like this? still error.
Код:
stock SendPlayerMail(playerid, text[]) { if(IsPlayerConnected(playerid)) { playermail[playerid] = text; strcpy(playermail[playerid], text, 256); } } stock strcpy(dest[], const source[], maxlength=sizeof dest) { strcat((dest[0] = EOS, dest), source, maxlength); }