23.09.2014, 15:15
Hello guys. Can someone tell me what is best between those two:
this:
new boolomething[MAX_PLAYERS];
something[playerid] = true;
or this:
SetPVarInt(playerid,"something",1);
I was heard somewhere or read I don't know where that is example like bool here is better than pvars but I'm not sur really so I ask you guys. Thanks
this:
new boolomething[MAX_PLAYERS];
something[playerid] = true;
or this:
SetPVarInt(playerid,"something",1);
I was heard somewhere or read I don't know where that is example like bool here is better than pvars but I'm not sur really so I ask you guys. Thanks