new sup[MAX_PLAYERS][512];
Wieso geht das nicht bzw. wie kann ich sup einen Text zuweisen?
Zum Beispiel:
new sup[MAX_PLAYERS][512];
sup[playerid] = inputtext;
Das geht nicht.
new sup[MAX_PLAYERS][512];
sup[playerid][512] = inputtext;
Geht auch nicht.
new sup[MAX_PLAYERS][512];
sup[playerid][] = inputtext