/me command ???
#1

Код:
}
	if(strcmp(cmdtext, "/me", true, 3)==0) {
	new pname[24], string[256];
	GetPlayerName(playerid, pname, 24);
	format(string, 256, "* %s %s", pname, cmdtext[4]);
	SendClientMessageToAll(0xFFFFFFAA , string);
	return 1;

Код:
C:\Documents and Settings\Administrator\Desktop\Stunt-server\gamemodes\StuntWorld.pwn(597) : warning 219: local variable "pname" shadows a variable at a preceding level
Please help
Reply


Messages In This Thread
/me command ??? - by MB@ - 22.08.2009, 22:06
Re: /me command ??? - by shady91 - 22.08.2009, 22:08
Re: /me command ??? - by Zafire1410 - 22.08.2009, 22:10
Re: /me command ??? - by MB@ - 22.08.2009, 22:13
Re: /me command ??? - by shady91 - 22.08.2009, 22:15
Re: /me command ??? - by Abernethy - 22.08.2009, 22:18
Re: /me command ??? - by shady91 - 22.08.2009, 23:05

Forum Jump:


Users browsing this thread: 1 Guest(s)