Sziasztok!
Miért nem tudok kb 4-5 szonál többet elküldeni?
new pName[MAX_PLAYER_NAME],gName[MAX_PLAYER_NAME],string[100];
GetPlayerName(playerid,pName,sizeof pName);
GetPlayerName(GetPVarInt(playerid, \"CLICKEDPLAYERID\"),gName,sizeof gName);
format(string,sizeof string,\"{B0B0B0}[PM]{FF0000} Tõle: {B0B0B0}%s:{FF0000} {E3BB19}%s\",pName,inputtext);
SendClientMessage(GetPVarInt(playerid, \"CLICKEDPLAYERID\"),0xFFE615D4,string);
format(string,sizeof string,\"{B0B0B0}[PM]{FF0000} Elküldve: {B0B0B0}%s:{FF0000} {E3BB19}%s\",gName,inputtext);
SendClientMessage(playerid,0xFFE615D4,string);
Köszi!