new string[128]; mysql_fetch_row(string); sscanf(string,\"p<|>iiifff\", GetPVarInt(playerid,\"Admin\"), GetPVarInt(playerid,\"Money\"), GetPVarInt(playerid,\"XP\"), GetPVarFloat(playerid,\"X\"), GetPVarFloat(playerid,\"Y\"), GetPVarFloat(playerid,\"Z\")); SetPVarInt(playerid,\"Admin\",GetPVarInt(playerid,\"Admin\")); SetPVarInt(playerid,\"Money\",GetPVarInt(playerid,\"Money\")); SetPVarInt(playerid,\"XP\",GetPVarInt(playerid,\"XP\")); SetPVarFloat(playerid,\"X\",GetPVarFloat(playerid,\"X\")); SetPVarFloat(playerid,\"Y\",GetPVarFloat(playerid,\"Y\")); SetPVarFloat(playerid,\"Z\",GetPVarFloat(playerid,\"Z\")); SetPVarInt(playerid,\"logged\",1);
sscanf(string,\"p<|>iiifff\",/*PVAROK*/)
Csinálsz mindegyik oszlopnak külön változót, majd SetPVar funkciókkal belerakod a PVarba.