07.10.2014, 04:37
Код:
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); }