21.02.2011, 05:43
Hey so just before my script compiled fine untill this.
here are the lines
any idea what could be wrong :P?
pawn Код:
C:\Users\Alexanders\Desktop\URPG Freeroam\gamemodes\URPGFree.pwn(608) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alexanders\Desktop\URPG Freeroam\gamemodes\URPGFree.pwn(653) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alexanders\Desktop\URPG Freeroam\gamemodes\URPGFree.pwn(747) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alexanders\Desktop\URPG Freeroam\gamemodes\URPGFree.pwn(797) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alexanders\Desktop\URPG Freeroam\gamemodes\URPGFree.pwn(809) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alexanders\Desktop\URPG Freeroam\gamemodes\URPGFree.pwn(908) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
pawn Код:
cmd = strtok(cmdtext, idx); = 608
tmp = strtok(cmdtext, idx); = 653
tmp = strtok(cmdtext, idx); = 747
tmp = strtok(cmdtext, idx); = 797
tmp = strtok(cmdtext, idx); = 809
tmp = strtok(cmdtext, idx); = 908