stock explode(const string[],const character,output[][],const maxs,const maxlen){
new iDo = 0;
new len = strlen(string);
new oLen = 0;
do
{
oLen += (1+copyc(output[iDo++],maxlen,string[oLen],character))
}
while(oLen < len && iDo < maxs)
}Dość często używałem tej funkcji i nigdy z nią nie miałem problemu, a tu nagle...
Error: Function heading differs from prototype on line 11991199 to linijka stock explode(....){
Wywolanie:
explode(wszystkie_wspol,',',rozdzial_wspol,5,9)


Dodatki SourceMod












