A problem.
#1

You guys why this doesnt work

pawn Код:
SetValue(value[],value2)
{
      houseinfo[value] = value2;
}
pawn Код:
enum
{
      owner
};
SetValue("owner",24) doesnt work.
Reply
#2

Try this:

pawn Код:
enum Stat
{
      owner
};
new houseid[Stat];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)