Hi folks, I'm having a problem
https://forum.ragezone.com/cache.php...%2FQkPbSaD.png
Which have vip 0, I take it like this in the Lorencia mapavip (stadium).
I'm trying to do by the source, but something is missing me.
actually I'm missing a lot, but what I started to do alone.
Code:MuOnlineQuery.ExecQuery("SELECT VIP, VIP_DATE FROM MEMB_INFO WHERE AccountID = '%s'",Vip.Config.Column,Vip.Config.ColumnDate,gObj->AccountID);
MuOnlineQuery.Fetch();
AddTab[gObj->m_Index].VIP_Type = Me_MuOnlineQuery.GetAsInteger(Vip.Config.Column);
AddTab[gObj->m_Index].VIP_Min = Me_MuOnlineQuery.GetAsInteger(Vip.Config.ColumnDate);
MuOnlineQuery.Close();
//Chat.Message(1,gObj,"cantdad %d - %d",AddTab[gObj->m_Index].VIP_Type,AddTab[gObj->m_Index].VIP_Min);
if(AddTab[gObj->m_Index].VIP_Type==0){
if(gObj->MapNumber==6){
gObjTeleport(gObj->m_Index, 0,135,128);
}
}

