Hallo Leute ich habe hier ein Problem,
dieser Error kommt
C:\Users\Armios\Desktop\Server 2.6\gamemodes\rock.pwn(1578) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
tmpY = strtok(cmdtext, idx);
if(!strlen(tmpY))
{
SendClientMessage(playerid, 0xBFC0C2FF, "Benutze: /SMS [NUMMER] [TEXT]");
return 1;
}
new name[16];
GetPlayerName(playerid, name, 16);
new string9[52];
format(string9, sizeof(string9), "* %s nimmt sein Telefon raus.", name);
SendClientMessageToAll(COLOR_WHITE, string9);
new phonenumb = strval(tmp);
new length = strlen(cmdtext);
while ((idx < length) && (cmdtext[idx] <= ' '))
{