Passing Parameters Help
#5

Yeah I'm sorry. I was confused whether it meant the playerid number, false, or what you mentioned above.
I'll ask one more thing just to get this right.
In the case of let say, applying animations to two players, the player who is applying the command and another player.
Код:
CMD: animation(playerid, params[])
{
animation(playerid,id);
}

forward animation(playerid,id);
public animation(playerid, id)
{
ApplyAnimation(playerid,...);
ApplyAnimation(id,...);
return 1;
}
Would something like this apply the animation to both of these players?
Reply


Messages In This Thread
Passing Parameters Help - by BlackKey - 16.07.2011, 21:14
Re: Passing Parameters Help - by Kyosaur - 16.07.2011, 21:32
Re: Passing Parameters Help - by BlackKey - 16.07.2011, 22:22
Re: Passing Parameters Help - by Kyosaur - 16.07.2011, 22:27
Re: Passing Parameters Help - by BlackKey - 16.07.2011, 22:42
Re: Passing Parameters Help - by =WoR=Varth - 17.07.2011, 00:13
Re: Passing Parameters Help - by BlackKey - 17.07.2011, 04:00

Forum Jump:


Users browsing this thread: 1 Guest(s)