What's new

Zana kto? skrypt na pkt do sms shopu na 250 lvlu automatycznie 120 pkt si? dostaje

Status
Not open for further replies.

Dyzajasz

Active User
Joined
Sep 13, 2008
Messages
134
Reaction score
7
Zana kto? skrypt na pkt do sms shopu na 250 lvlu automatycznie 120 pkt si? dostaje. Za pomoc Rep ++
 

Bartastkd

Advanced User
Joined
Nov 11, 2008
Messages
464
Reaction score
10
Odp: Zana kto? skrypt na pkt do sms shopu na 250 lvlu automatycznie 120 pkt si? dosta

Odp: Zana kto? skrypt na pkt do sms shopu na 250 lvlu automatycznie 120 pkt si? dosta

local config = {
levelReach = 250,
points = 120
}
function onAdvance(cid, skill, oldLevel, newLevel)
if(skill == SKILL__LEVEL and newLevel >= config.levelReach and getPlayerStorageValue(cid, 58558) == -1) then
setPlayerStorageValue(cid, 58558, 1)
db.executeQuery("UPDATE `accounts` SET `premium_points` = `premium_points`+"..config.points.." WHERE `id` = "..getPlayerAccountId(cid)..";")
doPlayerSendTextMessage(cid,21,'Congratulations! You have reached level 100! As a special treat from Astoria OTS administrators, you have received 10 premium points.')
end
return TRUE
end

:>
 
Status
Not open for further replies.
Top