SA-MP Forums Archive
A problem. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: A problem. (/showthread.php?tid=163916)



A problem. - McKormik - 29.07.2010

You guys why this doesnt work

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


Re: A problem. - Jeffry - 29.07.2010

Try this:

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