[HELP] advise
#1

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
Reply
#2

new boolomething[MAX_PLAYERS];
Is perfect, as for the
SetPVarInt(playerid,"something",1);
Read this, is usefull:
https://sampforum.blast.hk/showthread.php?tid=268499
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)