25.06.2013, 15:23
Quote:
Try this:
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if (dialogid == 1) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); CreateObject(strval(inputtext), x, y, z, 0.0, 0.0, 0.0, 0.0); } return 1; } |
Thank you!