[FREE] UwU Cats

What is this script?

  • This script adds a few cats to the Cat Cafe created by Gabz, adding visuality.

How does it look ?

Download

Updates

  • Added OX Target support

My Other Projects

16 Likes

Nice release, Little tip, when uploading to github you’re suppose to upload all the files directly using git and not a zip. Good release though.

1 Like

Any chance of a update for ox target , when petting the cat?

2 Likes

Hey, I updated the script and now you can use it with ox target. Don’t forget to take a look at the config.

2 Likes

Nice.

Just FYI, as it is, when ox_target is set to true, only one cat can be interacted with. I’m not great with code, but taking.

if Config.OxTarget then
exports.ox_target:addBoxZone({
coords = vec3(-584.05, -1063.0, 22.7),
size = vec3(2, 2, 2),
rotation = 45,
debug = drawZones,
options = {
{
name = ‘box’,
event = ‘tg:petcat’,
icon = ‘fa-solid fa-cat’,
label = ‘Pet the cat’,
}
}
})
end

And making it for each cat’s vector3 should make it work for each cat. There’s a way to do it by just pulling from the config coords but I don’t have the skill to do it. While it may not matter much, it seems when the resource is reset or ensured the first cat will behave like a world ped and walk off, not being deleted/respawned.

I moved the locations to the “Cafe Day” cat cafe location by xtxvxtx if anyone is interested.

Coordinates are here:

Config.Cat1 = {-504.20, -29.32, 47.0, nil, 84.13, nil, 0x573201B8}

Config.Cat2 = {-510.43, -33.99, 46.72, nil, 355.94, nil, 0x573201B8}

Config.Cat3 = {-505.25, -38.15, 45.87, nil, 355.98, nil, 0x573201B8}

Config.Cat4 = {-504.25, -35.23, 46.33, nil, 48.94, nil, 0x573201B8}

Config.Cat5 = {-516.6, -23.6, 45.5, nil, 355.92, nil, 0x573201B8}

Not sure if it’s just me, but my player ped gets spun around when petting. Just Commented out:

TaskTurnPedToFaceEntity(player, ped3, 5000)

The script is a nice idea, (I incorporate it into my pet system + player-owned apartments).

But since when is UwU a word? (adjective).
Sounds to me like when the scrip-title would be : “Ahh, Cats” xd

Any update on the above fix? [FREE] UwU Cats - #6 by Noor_Nahas

@Kattrigerkatta UwU is the MLO , its the Cat Cafe that is why its called UwU

nah, makes no sense somehow, it wouldn’t be called Police-Cats if the standart spawnpoints are in the pd ඞ

Replace

if Config.OxTarget then
exports.ox_target:addBoxZone({
coords = vec3(-584.05, -1063.0, 22.7),
size = vec3(2, 2, 2),
rotation = 45,
debug = drawZones,
options = {
{
name = ‘box’,
event = ‘tg:petcat’,
icon = ‘fa-solid fa-cat’,
label = ‘Pet the cat’,
}
}
})
end

With:

if Config.OxTarget then
exports.ox_target:addBoxZone({
coords = vec3(-504.20, -29.32, 46.3),
size = vec3(0.5, 0.5, 0.5),
rotation = 90,
debug = drawZones,
options = {
{
name = ‘box’,
event = ‘tg:petcat’,
icon = ‘fa-solid fa-cat’,
label = ‘Pet the cat’,
}
}
})
exports.ox_target:addBoxZone({
coords = vec3(-510.43, -33.99, 45.72),
size = vec3(0.5, 0.5, 0.5),
rotation = 45,
debug = drawZones,
options = {
{
name = ‘box’,
event = ‘tg:petcat’,
icon = ‘fa-solid fa-cat’,
label = ‘Pet the cat’,
}
}
})
exports.ox_target:addBoxZone({
coords = vec3(-505.25, -38.15, 44.87),
size = vec3(0.5, 0.5, 0.5),
rotation = 45,
debug = drawZones,
options = {
{
name = ‘box’,
event = ‘tg:petcat’,
icon = ‘fa-solid fa-cat’,
label = ‘Pet the cat’,
}
}
})
exports.ox_target:addBoxZone({
coords = vec3(-504.25, -35.23, 45.33),
size = vec3(0.5, 0.5, 0.5),
rotation = 45,
debug = drawZones,
options = {
{
name = ‘box’,
event = ‘tg:petcat’,
icon = ‘fa-solid fa-cat’,
label = ‘Pet the cat’,
}
}
})
exports.ox_target:addBoxZone({
coords = vec3(-516.6, -23.6, 44.8),
size = vec3(0.5, 0.5, 0.5),
rotation = 45,
debug = drawZones,
options = {
{
name = ‘box’,
event = ‘tg:petcat’,
icon = ‘fa-solid fa-cat’,
label = ‘Pet the cat’,
}
}
})
end

And replace:

TaskTurnPedToFaceEntity(player, ped3, 5000)

With:

– TaskTurnPedToFaceEntity(player, ped3, 5000)

This is so amazing! I love petting the cats :heart:

That does not work , also Ox Target does not even work for me.

If ox target is not working anywhere in your server then the issue isn’t this resource, you installed ox target incorrectly or another issue.

Ox is working on everything but this script.

how about for the normal catcafe spot? because when i put the normal cordinate and pet a cat it just looked the wrong way