Fastest way to reset Enum with loop not working
#4

You have to use
Код:
for(new i; i<sizeof(PEnum); i++)
		{
			PInfo[playerid][Stuff Name] = 0;
		}
Or if you have array "stuff":
Код:
for(new i; i<sizeof(PInfo[][Stuff Name]); i++)
		{
			PInfo[playerid][Stuff Name][i] = 0;
		}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)