06.05.2011, 18:38
I have a problem...
On the login to the server this code is okay but if the player enters once time a word as inputtext in a dialog the word will be saved?
Because if i use this code again than it dont returns it it jumps over it to the Position 2
I dont know why... I dont enter anything into the box but it dont work
Is there a way to delete (clear) inputtext everytime? I think thats a bug?
On the login to the server this code is okay but if the player enters once time a word as inputtext in a dialog the word will be saved?
Because if i use this code again than it dont returns it it jumps over it to the Position 2
I dont know why... I dont enter anything into the box but it dont work
Is there a way to delete (clear) inputtext everytime? I think thats a bug?
Код:
if(!strlen(inputtext)) { SendClientMessage(playerid, COLOR_GRAD1, "Bitte gebe hier ein Namen oder eine ID ein!"); return 1; } SendClientMessage(playerid, COLOR_GRAD1, "Position2"); //Pos 2