07.05.2015, 16:59 
	
	
	
		A little problem, change:
cache_get_field_content(0, "PASS", PlayerInfo[playerid][Password], mysql, 129);
with:
cache_get_field_content(0, "Password", PlayerInfo[playerid][Password], mysql, 129);
	
	
	
cache_get_field_content(0, "PASS", PlayerInfo[playerid][Password], mysql, 129);
with:
cache_get_field_content(0, "Password", PlayerInfo[playerid][Password], mysql, 129);


