View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 09-04-2017 , 10:12   Re: Module: Orpheu (v2.6.3)
Reply With Quote #1485

Quote:
Originally Posted by Spirit_12 View Post
I'm thinking of adding a second VIP on the as_ maps. I'm aware that stock cs_set_user_vip won't do the trick here, so I turn to Orpheu.

Upon looking, I was able to find this function.

PHP Code:
CBasePlayer::MakeVIP(CBasePlayer *const this
Can this function be utilized to create another VIP on the map?
It can be used to create a new vip. In fact, you can check here and see how to hook/call it: https://forums.alliedmods.net/showpo...80&postcount=4

To create another VIP? Not so easy. Because it will overwrite the m_pVIP offset. You need more work than that to make 2 vips.
__________________
HamletEagle is offline