02.02.2012, 05:04
new asdf[255];
format(asdf,sizeof(asdf),"%s",inputtext);
Update3DTextLabelText(labelid[selected],labelcolor[selected],asdf);//error 035: argument type mismatch (argument 2)
Whats its bad?
format(asdf,sizeof(asdf),"%s",inputtext);
Update3DTextLabelText(labelid[selected],labelcolor[selected],asdf);//error 035: argument type mismatch (argument 2)
Whats its bad?