Enumerator and an Array
#2

It would have to be something like:
pawn Код:
if(eName[EnumeratorValue][0] == 1) return SendClientMessage(playerid,-3,"Enumerator is currently on ( 1 )");
    if(eName[EnumeratorValue][0] == 0) return SendClientMessage(playerid,-2,"Enumerator is currently off ( 0 )");
I changed the style of how it was as I find it easier to read.
Reply


Messages In This Thread
Enumerator and an Array - by Patrick - 10.10.2013, 16:27
Re: Enumerator and an Array - by tyler12 - 10.10.2013, 16:46
Re: Enumerator and an Array - by Patrick - 10.10.2013, 16:56

Forum Jump:


Users browsing this thread: 1 Guest(s)