08.04.2017, 06:44
ok last thing how to this error
this the error code
PHP код:
C:\Users\cyber\Desktop\gta server cc bukit\gamemodes\GL.pwn(4016) : error 048: array dimensions do not match
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
PHP код:
CMD:skins(playerid)
{
static array[1][1];
Dialog_Show(playerid, 0, DIALOG_STYLE_PREVMODEL_LIST, "Skin selection dialog", SKINS, array, "Select", "Cancel");
return 1;
}