Error 036 - How to solve?
#7

Quote:
Originally Posted by SmiT
Посмотреть сообщение
Excuse me, had a little typo.
pawn Код:
else if (strcmp(cmdtext, "/relax", true) == 0 )
    {
        if(GetPVarInt(playerid, "Injured") != 0 || PlayerCuffed[ playerid ] != 0 || GetPVarInt(playerid, "Hospital") != 0 )
        {
            SendClientMessage (playerid, COLOR_GRAD2, "You cannot do this at this time.");
        }
        else
        {
            ApplyAnimation(playerid,"BEACH", "bather", 4.0, 1, 0, 0, 0, 0);
            GameTextForPlayer( playerid, "~w~To stop the animation, ~n~type ~r~/stopanim ~w~!", 5000, 3 );
        }
        return 1;
    }
That works, thanks!

But I don't see the difference, can you tell me?
Reply


Messages In This Thread
Error 036 - How to solve? - by Supercop - 17.10.2011, 16:57
Re: Error 036 - How to solve? - by SmiT - 17.10.2011, 16:59
Re: Error 036 - How to solve? - by Supercop - 17.10.2011, 17:09
Re: Error 036 - How to solve? - by DaRkAnGeL[NBK] - 17.10.2011, 17:22
Re: Error 036 - How to solve? - by Supercop - 17.10.2011, 17:31
Re: Error 036 - How to solve? - by SmiT - 17.10.2011, 17:33
Re: Error 036 - How to solve? - by Supercop - 17.10.2011, 19:18

Forum Jump:


Users browsing this thread: 6 Guest(s)