Crash when looking around
#9

So i have found that it occurs in my server only when i have a mask equipped.
When i have a mask equipped and relog, it automatically equips it.
The problem doesn't happen when i don't have a mask equipped.

Could it be related to the code?
If so, here is the code i use might any one have suggestions.

PHP код:
if(PlayerInfo[playerid][pMask]==1)
    {
        
SetPlayerAttachedObject(playerid,9,19036,2,0.093999,0.026000,-0.004999,93.800018,82.199951,-3.300001,1.098000,1.139999,1.173000);

        
format(playerlabelstr[playerid], 128"Masked Person\n%s(%d)"GetName(playerid), playerid);
    } else {
        
format(playerlabelstr[playerid], 128"%s\n%s(%d)"CharacterName[playerid], GetName(playerid), playerid);
    } 
Reply


Messages In This Thread
Crash when looking around - by jasperschellekens - 08.06.2018, 13:43
Re: Crash when looking around - by Logic_ - 09.06.2018, 03:44
Re: Crash when looking around - by jasperschellekens - 09.06.2018, 12:24
Re: Crash when looking around - by Tromond - 10.06.2018, 07:52
Re: Crash when looking around - by RogueDrifter - 13.06.2018, 09:06
Re: Crash when looking around - by jasperschellekens - 14.06.2018, 16:17
Re: Crash when looking around - by thedonvlasicio - 15.06.2018, 16:31
Re: Crash when looking around - by jasperschellekens - 17.06.2018, 09:45
Re: Crash when looking around - by jasperschellekens - 22.06.2018, 15:16

Forum Jump:


Users browsing this thread: 2 Guest(s)