How would i do this?
#6

Quote:
Originally Posted by RowdyrideR
Посмотреть сообщение
Код:
if(strcmp(cmdtext, "/doctor", true) == 0)
    {
    new Float:health;
    GetPlayerHealth(playerid,health);
    SetPlayerHealth(playerid, (health)+10.0);
    ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,1,1,1,1,1);
    return 1;
    }
!?!?!?
No, thats not what i wanted, nevermind
Reply


Messages In This Thread
How would i do this? - by Shockey HD - 26.07.2011, 16:11
Re: How would i do this? - by TouR - 26.07.2011, 16:33
Re: How would i do this? - by RowdyrideR - 26.07.2011, 16:34
Re: How would i do this? - by RowdyrideR - 26.07.2011, 16:45
Re: How would i do this? - by Shockey HD - 26.07.2011, 16:54
Re: How would i do this? - by Shockey HD - 26.07.2011, 17:02
Re: How would i do this? - by iggy1 - 26.07.2011, 17:02
Re: How would i do this? - by Shockey HD - 26.07.2011, 17:19

Forum Jump:


Users browsing this thread: 1 Guest(s)