Gang chat
#1

Код:
	if(strcmp(cmd, "/g", true) == 0)
 {
			strmid(gangChat,text,1,strlen(text));

			GetPlayerName(playerid, senderName, sizeof(senderName));
			format(string, sizeof(string),"[BANDA %s:] %s", senderName, gangChat);

			for(new i = 0; i < gangInfo[playerGang[playerid]][1]; i++) {
				SendClientMessage(gangMembers[playerGang[playerid]][i], COLOR_LIGHTBLUE, string);
			}
	return 1;
}
error 017: undefined symbol "text"


Please help...
Reply


Messages In This Thread
Gang chat - by hnlrasta - 25.09.2013, 17:11
Re: Gang chat - by Konstantinos - 25.09.2013, 17:15
Re: Gang chat - by EiresJason - 25.09.2013, 17:16
Re: Gang chat - by hnlrasta - 25.09.2013, 17:41
Re: Gang chat - by Konstantinos - 25.09.2013, 17:51
Re: Gang chat - by hnlrasta - 25.09.2013, 19:20

Forum Jump:


Users browsing this thread: 1 Guest(s)