Hallo ich hab eine frage wieso er mir sagt das der Array zu klein ist?
Mein code:
//ganz oben
new pReason[128];
if(dialogid == DIALOG_PUNISH_GRUND)
{
if(response)
{
pReason=inputtext;
}
return 1;
}
Der Error kommt:
C:\Users\admin\Desktop\PAWN\gamemodes\Nol.pwn(42672) : 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.