Got question about PVars...
#1

Hello People,
What is better to use Pvars or normal Variables?
For Exaple:
SetPVarInt(playerid, "Test", 0); //PVars...
New bool:Test[MAX_PLAYERS];
Test[playerid] = false; // Normal Variables...
Thanks for help!
Reply
#2

You should look at this:

https://sampforum.blast.hk/showthread.php?tid=268499

In my opinion: you should use normal variables.
Reply
#3

Quote:
Originally Posted by JuanStone
Посмотреть сообщение
You should look at this:

https://sampforum.blast.hk/showthread.php?tid=268499

In my opinion: you should use normal variables.
Thanks man,i found something different that someone checked this up:
https://sampforum.blast.hk/showthread.php?tid=161454
Thanks for help and have a good day dude!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)