SA-MP Forums Archive
Got question about PVars... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Got question about PVars... (/showthread.php?tid=566336)



Got question about PVars... - NexTioN1230 - 05.03.2015

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!


Respuesta: Got question about PVars... - JuanStone - 05.03.2015

You should look at this:

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

In my opinion: you should use normal variables.


Re: Respuesta: Got question about PVars... - NexTioN1230 - 05.03.2015

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!