SA-MP Forums Archive
Is this gonna work? - 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)
+--- Thread: Is this gonna work? (/showthread.php?tid=663325)



Is this gonna work? - NoteND - 28.01.2019

Hey.. Im just wondering if you can use multiple variables with different name based on one enum.. example

enum TeamInfo
{
TeamName[32]
}

new Team1[TeamInfo];
new Team2[TeamInfo];


Re: Is this gonna work? - TheToretto - 28.01.2019

Yes.

As Alex said, try it. Debug it was by using printf