Help me :D
#1

I'm trying to make a /shout command but i get these errors,

Код:
(481) : error 010: invalid function or declaration
(483) : error 001: expected token: ";", but found "-identifier-"
(486) : error 010: invalid function or declaration
NOTE: i took out folder name.

Here's my /shout command

Код:
	if(strcmp("/shout",cmdtext, true, 3))
	new stringz[128]
	GetPlayerName(playerid, stringz, sizeof(stringz));
	format(stringz, sizeof(stringz), "[SHOUT]%s: %s", stringz, cmdtext[4]);
	SendClientMessageToAll(COLOR_WHITE, stringz);
		return 1;
	}
Reply


Messages In This Thread
Help me :D - by coole210 - 03.06.2009, 13:23
Re: Help me :D - by Think - 03.06.2009, 13:25
Re: Help me :D - by coole210 - 03.06.2009, 13:48
Re: Help me :D - by Backwardsman97 - 03.06.2009, 13:52
Re: Help me :D - by Think - 03.06.2009, 13:58
Re: Help me :D - by coole210 - 03.06.2009, 14:01
Re: Help me :D - by Think - 03.06.2009, 14:05
Re: Help me :D - by coole210 - 03.06.2009, 14:08
Re: Help me :D - by Think - 03.06.2009, 14:18
Re: Help me :D - by coole210 - 03.06.2009, 14:22

Forum Jump:


Users browsing this thread: 1 Guest(s)