Please help 19 DAMN ERRORS!
#3

Quote:
Originally Posted by _Saif_
add
pawn Код:
#pragma tabsize 0 //Global Variable
add
pawn Код:
#include <a_NPC>//Global Variable
show me where you storing an array + Use 0.3a version of SAMP so RepairVehicle will be also fix and public function lacks etc

you defined it more than 1 time + strtok is already defined it means you have added it two times in script ,after that show me your bugs

Hey Strtok isnt put twice

strtok(string[],&idx,seperator = ' ')
{
new ret[128], i = 0, len = strlen(string);
while(string[idx] == seperator && idx < len) idx++;
while(string[idx] != seperator && idx < len)
{
ret[i] = string[idx];
i++;
idx++;
}
while(string[idx] == seperator && idx < len) idx++;
return ret;
}

otherstrtok(const string[], &index)

And my bugs after adding #pragma and #include are

SAME ERRORS! -_-
Reply


Messages In This Thread
Please help 19 DAMN ERRORS! - by lancefader - 03.01.2010, 17:47
Re: Please help 19 DAMN ERRORS! - by Deat_Itself - 03.01.2010, 17:53
Re: Please help 19 DAMN ERRORS! - by lancefader - 03.01.2010, 18:01
Re: Please help 19 DAMN ERRORS! - by jameskmonger - 03.01.2010, 18:02
Re: Please help 19 DAMN ERRORS! - by Deat_Itself - 03.01.2010, 18:06
Re: Please help 19 DAMN ERRORS! - by lancefader - 03.01.2010, 18:11
Re: Please help 19 DAMN ERRORS! - by lancefader - 03.01.2010, 18:12
Re: Please help 19 DAMN ERRORS! - by Deat_Itself - 03.01.2010, 18:16
Re: Please help 19 DAMN ERRORS! - by lancefader - 03.01.2010, 18:19
Re: Please help 19 DAMN ERRORS! - by pspleo - 03.01.2010, 18:22

Forum Jump:


Users browsing this thread: 3 Guest(s)