[Ajuda] enum
#2

pawn Код:
enum eStr
{
    str1[123],
    str2[123]
}

new str[eStr];

format(str[str1], sizeof 123, "%s", "texto1");
format(str[str2], sizeof 123, "%s", "texto2");
Seria isto?
Reply


Messages In This Thread
enum - by FrostGF - 10.09.2012, 22:35
Re: DUVIDA: enum - by Victor' - 10.09.2012, 23:15

Forum Jump:


Users browsing this thread: 1 Guest(s)