Is possible?
#1

Hi guys is possible to use in stock enum variable?
Example:
Код:
enum test
{
 drink,
 bool:dead
}
new TESTENUM[MAX_PLAYERS][test];
stock TestStock(playid, enumv)
{
  TESTENUM[playid][enumv] = false;
}
And code:
TestStock(playerid, dead);
so my idea going to work or not? Thanks for answers.
Reply
#2

Yes, why wouldn't it be? However, functions need not be declared stock at all.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)