27.05.2012, 13:07
How would I save a players score? I'm not sure on where to add it?
pawn Код:
mysql_fetch_field_row(szReturn, "Score", connectionHandle);
playerVariables[extraid][pScore] = strval(szReturn);
