AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Update m_fClientMapZone 235 offset (https://forums.alliedmods.net/showthread.php?t=320467)

^SmileY 12-23-2019 12:09

Update m_fClientMapZone 235 offset
 
Somenoe can help how i can do this in modern fakemeta function?

I think it is related to "m_signals" // class CUnifiedSignals

Some idea?

PHP Code:

#define m_flNextMapZoneTime 233
#define m_fClientMapZone 235

stock UpdatePlayerMapZones(iId)
{
    
// Make PreThink call CBasePlayer::HandleSignals at the next frame
    
set_pdata_float(iIdm_flNextMapZoneTime0.0

    
// Clear mask from all MapZones, this will check it's specific huds
    // In this case we will clear the related StatusIcon message for "buyzone"
    
set_pdata_int(iIdm_fClientMapZone0)




All times are GMT -4. The time now is 10:13.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.