08.03.2012, 18:39
(
Последний раз редактировалось gold; 08.03.2012 в 19:17.
)
This is EPIC! but, it gives me errors:
I dont know what array's they need to use, please help ;(
EDIT:
Wow! nevermind the arrays were too small
THIS IS SO AWESOME.
Код HTML:
C:\Users\Daniel\Desktop\Updated mode\gamemodes\WOOT.pwn(15577) : error 047: array sizes do not match, or destination array is too small C:\Users\Daniel\Desktop\Updated mode\gamemodes\WOOT.pwn(15578) : error 047: array sizes do not match, or destination array is too small C:\Users\Daniel\Desktop\Updated mode\gamemodes\WOOT.pwn(15711) : error 047: array sizes do not match, or destination array is too small C:\Users\Daniel\Desktop\Updated mode\gamemodes\WOOT.pwn(15712) : error 047: array sizes do not match, or destination array is too small Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код HTML:
15577. Catalog_Music_Url[r][i] = strtok(OutPut,idx,SEPERATOR_ANSI); 15578. Catalog_Music_Name[r][i] = strtok(OutPut,idx,SEPERATOR_ANSI); 15711. Music_Url[playerid][r] = strtok(OutPut,idx,SEPERATOR_ANSI); 15712. Music_Name[playerid][r] = strtok(OutPut,idx,SEPERATOR_ANSI);
EDIT:
Wow! nevermind the arrays were too small
THIS IS SO AWESOME.