01.03.2010, 00:57
(
Последний раз редактировалось aircombat; 08.04.2011 в 09:58.
)
bottom of ur filterscript :
________
Suzuki dl1000 v-strom
Код:
//------------------------------------------------------------------------------------------------------------ stock strrest(const string[], &index) { new length = strlen(string); while ((index < length) && (string[index] <= ' ')) { index++; } new offset = index; new result[128]; while ((index < length) && ((index - offset) < (sizeof(result) - 1))) { result[index - offset] = string[index]; index++; } result[index - offset] = EOS; return result; } //----------------------------------------------------------
Suzuki dl1000 v-strom