What's new

Skrypt na exevo pan

Status
Not open for further replies.

Daniel13

Senior User
Joined
Jun 19, 2008
Messages
910
Reaction score
32
Witam ;)

Napisz? kr?tko i na temat :D

Poszukuj? skrypt na czar exevo pan ;)
 

Gremarek

Active User
Joined
Apr 21, 2010
Messages
111
Reaction score
5
Odp: Skrypt na exevo pan

Czemu po prostu, nie ?ci?gniesz jakiego? silnika i , se nie wezmiesz ? ;) skryptu ?

On jest po prostu ?atwy. ;)
 

Don Makos

Advanced User
Joined
Aug 26, 2009
Messages
178
Reaction score
8
Odp: Skrypt na exevo pan

Czemu po prostu, nie ?ci?gniesz jakiego? silnika i , se nie wezmiesz ? ;) skryptu ?
On jest po prostu ?atwy. ;)
Zamiast ju? gada? to mog?e? poda?:
PHP:
local FOODS = {
    2666, -- meat
    2671, -- ham
    2681, -- grape
    2674, -- aple
    2689, -- bread
    2690, -- roll
    2696 -- cheese
}

function onCastSpell(cid, var)
    local size = table.maxn(FOODS)
    if(not doPlayerAddItem(cid, FOODS[math.random(1, size)])) then
        doPlayerSendDefaultCancel(cid, RETURNVALUE_NOTPOSSIBLE)
        doSendMagicEffect(getThingPosition(cid), CONST_ME_POFF)
        return false
    end

    if(math.random(1, 100) > 50) then
        doPlayerAddItem(cid, FOODS[math.random(1, size)])
    end

    doSendMagicEffect(getThingPosition(cid), CONST_ME_MAGIC_GREEN)
    return true
end
 
Status
Not open for further replies.
Top