help with errors
#1

Hello everyone I would like to ask how to fix the mistake so stupid I can not find any way

error:
Код:
error 001: expected token: ";", but found "-identifier-"
line:
Код:
strcat( str,  "work\nPd\nMP\n" );
Reply
#2

post there the codes above it cause there is no error i think error is before this code
Reply
#3

Quote:
Originally Posted by PrinceKumar
Посмотреть сообщение
post there the codes above it cause there is no error i think error is before this code
Код:
command(work, playerid, params[])
{
	#pragma unused params
	new
    str[ 2000 ]
Reply
#4

Wrong:
Код:
new str[ 2000 ]
Correct:
Код:
new str[ 2000 ];
Reply
#5

PHP код:
command(workplayeridparams[])
{
    
#pragma unused params
    
new str2000 ]; 
try this ..
Reply
#6

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)