I like it! I was a lot of time searching this!! THANKS MATE!! :wub:Code:function johan() return tostring("Johan") end
it's already a stringCode:function johan() return tostring("Johan") end
function onUse(cid, item, fromPosition, itemEx, toPosition)
if needJohan(cid) then
print('JOHAANNN')
end
return true
end