Nightvision and Thermal Vision
#1

I know that everyone knows that there is bug at NightVision and Thermal Vision

BUT
But
But
But
But
But
But

I've made an loot system, where you can find Night Vision and Thermal Vision Goggles, equipping them. They comes with 99 ammo, but the error is that when you equip it, it shows to everyone on sight. (Not to all server, just to everyone on sight)

How can I modify that?
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=513499

YSF_EnableNightVisionFix(true);
Reply
#3

YSF_EnableNightVisionFix(true);

where that?
Reply
#4

ctrl+f and ysf_enable...
Reply
#5

Sigh..
#Grim_
PHP код:
public OnPlayerUpdate(playerid)
{
    switch(
GetPlayerWeapon(playerid))
    {
      case 
4445:
      {
        new 
keysudlr;
        
GetPlayerKeys(playeridkeysudlr);
        if((
keys KEY_FIRE) && (!IsPlayerInAnyVehicle(playerid)))
            {
              return 
0;
            }
        }
    }
    return 
1;

Reply
#6

I already have this, WhiteGhost
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)