Enum pInfo
#1

I have two questions:

1. I'm trying to use 2D array on enum pInfo and it gives me errors like unmatched bracket...

pContactName is a 2D array, when i compile pAdmin is shown as error 'undefinied symbol'

Help?

Код:
enum pInfo
{
pContactNum[32][8],
pAdmin,
}
new PlayerInfo[MAX_PLAYERS][pInfo];
2. KillTimer function, if i set a timer without repeating function will i have to kill it when i need using KillTimer (as repeating timer)

Код:
SetTImer("blabla", 5000, false); // will i have to kill it in the end of using it?
Reply


Messages In This Thread
Enum pInfo - by Lidor124 - 16.05.2014, 04:56
Re: Enum pInfo - by Ciandlah - 16.05.2014, 06:40
Re: Enum pInfo - by Lidor124 - 17.05.2014, 11:01
Re: Enum pInfo - by Konstantinos - 17.05.2014, 11:10
Re: Enum pInfo - by Threshold - 17.05.2014, 11:13
Re: Enum pInfo - by Rittik - 17.05.2014, 11:16
Re: Enum pInfo - by Lidor124 - 17.05.2014, 11:21
Re: Enum pInfo - by Lidor124 - 17.05.2014, 11:28
Re: Enum pInfo - by Threshold - 17.05.2014, 13:32

Forum Jump:


Users browsing this thread: 1 Guest(s)