Help With Scripts

Hello i need help with these 2 scripts. The illegal orders one i talk to the npc and then nothing happens. The other script is nothing happens either i dont have the option to start.

Do you have pNotify?

yeah i just installed it

1 Like

pls show me client.lua line: 130

	exports.pNotify:SendNotification({text = "<b>Boss Drugs</b></br>Some loser is selling drugs without my permission, take them from him", timeout = 4500})

Try this:

TriggerEvent(“pNotify:SendNotification”, {text = “Boss Drugs
Some loser is selling drugs without my permission, take them from him”, timeout = 4500})

or use ur own notification System

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.