Undefined symbol problem!?
#7

Here...What should i ADD and WHERE

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	new pos, funcname[32];
	while(cmdtext[++pos] > ' ')
	{
		funcname[pos-1] = tolower(cmdtext[pos]);
	}
	strins(funcname, "cmd_", 0, sizeof(funcname));
	while (cmdtext[pos] == ' ') pos++;
	if(!cmdtext[pos])
	{
		return CallLocalFunction(funcname, "is", playerid, "\1");
	}
	return CallLocalFunction(funcname, "is", playerid, cmdtext[pos]);
	if(strcmp(cmd,"/car",true)==0) and then its starts that first code
Reply


Messages In This Thread
Undefined symbol problem!? PLEASE CHECK! - by LuckyPlaya` - 30.01.2013, 18:04
Re: Undefined symbol problem!? - by u3ber - 30.01.2013, 18:09
Re: Undefined symbol problem!? - by iGetty - 30.01.2013, 18:10
Re: Undefined symbol problem!? - by LuckyPlaya` - 30.01.2013, 18:10
Re: Undefined symbol problem!? - by LuckyPlaya` - 30.01.2013, 18:13
Re: Undefined symbol problem!? - by mineralo - 30.01.2013, 18:25
Re: Undefined symbol problem!? - by LuckyPlaya` - 30.01.2013, 18:28
Re: Undefined symbol problem!? - by CJay9209 - 30.01.2013, 20:18
Re: Undefined symbol problem!? - by LuckyPlaya` - 31.01.2013, 17:02

Forum Jump:


Users browsing this thread: 1 Guest(s)