10.07.2014, 21:57
Код:
new playermail[256][MAX_PLAYERS];
Код:
stock SendPlayerMail(playerid, text[]) { if(IsPlayerConnected(playerid)) { playermail[playerid] = text; //error 047: array sizes do not match, or destination array is too small } }
Код:
SendPlayerMail(playerid, "asdf123");