25.09.2016, 19:40
PHP код:
TextDrawSetString(TextoEvento, S);
sу colocar new Text:TextEvento[]; // dentro dos colchetes vocк coloca a quantidade de textdraws
Exemplo:
Se vocк tem
PHP код:
TextEvento[0] = TextDrawCreate(.......
TextEvento[1] = TextDrawCreate(.......
TextEvento[2] = TextDrawCreate(.......
PHP код:
new Text:TextEvento[3];