• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Give Points in DB.

I have never really done anything like this before! But I imagine something like this will help you out.

Code:
db.executeQuery("SELECT 'points' FROM 'players' WHERE 'name' = " .. getPlayerName(cid) .. " ")

You could potentially use the above in an if statement =)
 
Back
Top Bottom