Beiträge von [AG]MRBear

    ich krige kein geld
    [2013-01-06 14:49:40] ERROR: [gamemodes]/vio/bankrobscript.lua:36: attempt to perform arithmetic on local 'mon' (a nil value)

    [2013-01-05 20:10:13] SCRIPT ERROR: [gamemodes]/vio/bankrobscript.lua:37: ')' expected (to close '(' at line 36) near 'givePlayerMoney'
    [2013-01-05 20:10:13] WARNING: Loading script failed: [gamemodes]/vio/bankrobscript.lua:37: ')' expected (to close '(' at line 36) near 'givePlayerMoney'

    hab es um gescriptet

    im server.log sagt er
    [2012-12-28 15:54:18] SCRIPT ERROR: back/back.lua:3: '(' expected near 'outputChatBox'
    [2012-12-28 15:54:18] WARNING: Loading script failed: back/back.lua:3: '(' expected near 'outputChatBox'
    das script

    Lua
    function Backdoor
    
    
    outputChatBox('* ' .. getPlayerName(source) .. ' versucht eine Backdoor zu nutzen', 255, 100, 100)
    end
    addCommandHandler ( "lol", Backdoor )