[HELP]Anims and object
#5

pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_DRINK_BEER);
pawn Код:
if(dialogid == 4)
{
    if(response == 1)
    {
        new string[128];
        if(listitem == 0)
        {
            format(string, sizeof(string), "[SYSTEM]:Here is your juice.");                
            SetPlayerSpecialAction(playerid, SPECIAL_ACTION_DRINK_BEER);// line 432
        }
        if(listitem == 1)
        {                
            format(string, sizeof(string), "[SYSTEM]:Here is your tea.");
            SetPlayerSpecialAction(playerid, SPECIAL_ACTION_DRINK_BEER);// line 439
        }
        SendClientMessage(playerid, -1, string);
    }
}
Reply


Messages In This Thread
[HELP]Anims and object - by nilanjay - 18.04.2012, 14:33
Re: [HELP]Anims and object - by Shetch - 18.04.2012, 14:34
Re: [HELP]Anims and object - by nilanjay - 18.04.2012, 14:37
Re: [HELP]Anims and object - by nilanjay - 18.04.2012, 14:56
Re: [HELP]Anims and object - by ViniBorn - 18.04.2012, 15:02
Re: [HELP]Anims and object - by nilanjay - 18.04.2012, 15:07

Forum Jump:


Users browsing this thread: 1 Guest(s)