Hey Leute,
also wie schreibe ich es als Mysql ,
wenn es voher so aussieht ?
//Vorher
if( strcmp( key , "pSHealth" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][pSHealth] = floatstr( val ); }
//Nachher
mysql_SetInt("accounts", "pSHealth", PlayerInfo[playerid][pSHealth], "Name", PlayerInfo[playerid][pName]);
//Also wenn es ein float ist....