Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: konpilacja
1. konpilacja mapy
Witam mam errory z kt?rymi nie potrafi? sobie poradzi?:
Kod:


(3022):error 025: function heading differs from prototype
(3023)error 021: symbol already defined: "strrest"
(3029)array sizes do not match, or destination array is too small


linijki z bledami
od 3019
Kod:

#pragma unused strrest
#pragma unused strtok

(3022)strrest(const string[], index)
(3023){
new length = strlen(string),offset = index,result[256];
while ((index < length) && ((index - offset) < (sizeof(result) - 1)) && (string[index] > 'r')){
result[index - offset] = string[index];index++;
}
result[index - offset] = EOS;
(3029) return result;
}

do 3030


*te cyfry w nawiasach to te linijki z errorami