05.03.2015, 11:18
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!
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!