Help! [warning 213: tag mismatch]
#1

Код:
new 	Float:Pos[4] = {-7.3049, -9.9316, -12.6804, -15.4929};
	for(new i=0;i<sizeof(Pos);i++) {
		3DText[i] = Create3DTextEx("sth", 2316.6213, Pos[i], 26.7422);//tag mismatch
	}
Код:
stock Create3DTextEx(_string[], Float:_X, Float:_Y, Float:_Z) {
	new _ex_string[128];	
	format(_ex_string, sizeof(_ex_string), "%s\nHum...", _string);
	Create3DTextLabel(_ex_string, COLOR_YELLOW, _X, _Y, (_Z+0.5), 25.0, 0, 1);
}
Anyone know how? thank you.
Reply


Messages In This Thread
Help! [warning 213: tag mismatch] - by VivianKris - 07.10.2014, 04:37
Re: Help! [warning 213: tag mismatch] - by Pottus - 07.10.2014, 04:41
Re: Help! [warning 213: tag mismatch] - by VivianKris - 07.10.2014, 04:47
Re: Help! [warning 213: tag mismatch] - by Pottus - 07.10.2014, 04:55

Forum Jump:


Users browsing this thread: 4 Guest(s)