04-01-2020, 12:34 PM
Hello,
I don't know if it's possible, but i need to send a private message to X player on VIP with a persistant. Of couse I will put a condition but I need to know if it's possible. For example:
local player_hppc = hppc()
if player_hppc<100 then
SEND_PRIVATE_MESSAGE('Player')
end
Thanks.
I don't know if it's possible, but i need to send a private message to X player on VIP with a persistant. Of couse I will put a condition but I need to know if it's possible. For example:
local player_hppc = hppc()
if player_hppc<100 then
SEND_PRIVATE_MESSAGE('Player')
end
Thanks.

