EasySqlite
#1

I use EasySqlite and I'm have problem using one of these functions.
How to use GetIntEntry or GetIntEntryEx??
Can someone help me?
Code:
public OnPlayerConnect(playerid)
{
        AdminRank[playerid] = 0;
        new handle = SL::OpenEx(SL::READ, "PlayerRanks", "p_name", pName(playerid));
        AdminRank[playerid] = SL::GetIntEntryEx(handle, "p_rank", AdminRank[playerid]);
        SL::Close(handle);
        if(AdminRank[playerid] == 1) return SendClientMessage(playerid,EvYel,"*Welcome Admin!");
	return 1;
}
Reply


Messages In This Thread
EasySqlite - by Vizi10 - 02.09.2018, 11:09
Re: EasySqlite - by Exhibit - 02.09.2018, 14:29
Re: EasySQLite - by Vizi10 - 03.09.2018, 11:31
Re: EasySqlite - by ShihabSoft - 03.09.2018, 18:32

Forum Jump:


Users browsing this thread: 1 Guest(s)