[Include] Bit Functions
#9

e.g. one variable
PHP Code:
new PlayerDocument[4][GetConfigSize(MAX_PLAYERS)]; //4 * 32 * 4 B = 512 Bytes
//new bool:PlayerDocument[4][MAX_PLAYERS]; //4 * 1000 * 4 B = 16000 Bytes 
PHP Code:
//get: documentid 0 - 3
if(IsToggleConfigInformation(PlayerDocument[documentid],playerid)){

}

//set: 
ToggleConfigInformation(PlayerDocument[documentid],playerid,1); //1 or 0 
Reply


Messages In This Thread
Bit Functions - by AbyssMorgan - 09.10.2015, 18:31
Re: Bit Functions - by n0minal - 09.10.2015, 19:33
Re: Bit Functions - by AbyssMorgan - 09.10.2015, 19:36
Re: Bit Functions - by AbyssMorgan - 06.02.2016, 18:08
Re: Bit Functions - by AbyssMorgan - 15.03.2016, 19:16
Re: Bit Functions - by iKevin - 15.03.2016, 19:39
Re: Bit Functions - by AbyssMorgan - 27.03.2017, 15:28
Re: Bit Functions - by czop1223 - 28.05.2017, 18:33
Re: Bit Functions - by AbyssMorgan - 28.05.2017, 20:06
Re: Bit Functions - by czop1223 - 02.06.2017, 11:58

Forum Jump:


Users browsing this thread: 1 Guest(s)