[Ayuda]Pasar 1 linea de Y_INI a MySQL
#1

Codigos

pawn Код:
if( strcmp( key , "Money" , true ) == 0 ) { val = ini_GetValue( Data ); SetPVarInt(playerid, "Cash", strval( val )); }
Ha:

pawn Код:
PlayerInfo[playerid][pCash] = MySQL_GetAccountInt(PlayerName(playerid), "Money");
necesito agregar
Код:
SetPVarInt(playerid, "Cash"
al codigo de mysql pero no se como
Reply
#2

NADIE ME AYUDA D:
Reply
#3

pawn Код:
SetPVarInt(playerid, "Cash", PlayerInfo[playerid][pCash]);
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)