22.06.2012, 02:05 
	
	
	
		Are you saving the CarInfo[newcar][cOwner] to a name? As in GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "%s", pName) and then setting CarInfo[newcar][cOwner] = string;
	
	
	
format(string, sizeof(string), "%s", pName) and then setting CarInfo[newcar][cOwner] = string;


