symbol already defined.
#5

try using this
Код:
if (strcmp("/eventtp", cmdtext, true, 10) == 0)
	{
		
		GetPlayerPos(playerid,X,Y,Z);
		ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Amount","What amount of players u want to tp?","OK","Cancel");
		for(new _i=1,_i<=amount,_i++)
		{
        	ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"ID","Enter the ID of the player u want to tp.","OK","Cancel");
        	Y=Y+2;
        	SetPlayerPos(id,X,Y,Z);
        }
		return 1;
	}
	return 1;
}
Reply


Messages In This Thread
symbol already defined. - by Virus. - 19.10.2012, 15:41
Re: symbol already defined. - by Virus. - 19.10.2012, 15:53
Re: symbol already defined. - by MrCoder - 19.10.2012, 15:54
Re: symbol already defined. - by Virus. - 19.10.2012, 15:57
Re: symbol already defined. - by Abhishek. - 19.10.2012, 15:58
Re: symbol already defined. - by Virus. - 19.10.2012, 16:00
Re: symbol already defined. - by [HK]Ryder[AN] - 19.10.2012, 16:02
Re: symbol already defined. - by Virus. - 19.10.2012, 16:04
Re: symbol already defined. - by Abhishek. - 19.10.2012, 16:08
Re: symbol already defined. - by Virus. - 19.10.2012, 16:11

Forum Jump:


Users browsing this thread: 1 Guest(s)