15.05.2010, 03:11
How would you write this using PVar?
LoginAttempts[playerid]++;
SetPVarInt(playerid, "LoginAttempts", ++);

Is that right?
ie: Add 1
LoginAttempts[playerid]++;
SetPVarInt(playerid, "LoginAttempts", ++);



ie: Add 1