16.08.2009, 10:12
Hi iff planted it in my Gamemode but i get this errors:
Commands:
Its the same Commands from your Test Gamemode
Код:
(216) : error 047: array sizes do not match, or destination array is too small (219) : error 047: array sizes do not match, or destination array is too small
Код:
new cmd[128]; new idx; cmd = strtok(cmdtext, idx); if (!strcmp(cmd, "/holder", true)) { cmd = strtok(cmdtext, idx); new model = strval(cmd); SetHolderWeapon(playerid, model); return 1; } if (!strcmp(cmd, "/remove", true)) { RemoveHolderWeapon(playerid); return 1; }