How to use this?
#3

Quote:
Originally Posted by X337
Посмотреть сообщение
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 1)
    {
        if(response)
        {
        new Float:x,Float:y,Float:z,objid;
        GetPlayerPos(playerid, x, y, z);
        objid = strval(inputtext);

		CreateObject(objid, x, y, z, 0.0, 0.0, 0.0);
        }
    }
    return 1;
Thanks it worked
Reply


Messages In This Thread
How to use this? - by Mouiz - 06.07.2015, 11:00
Re: How to use this? - by X337 - 06.07.2015, 11:04
Re: How to use this? - by Mouiz - 06.07.2015, 11:10

Forum Jump:


Users browsing this thread: 1 Guest(s)