Assistance with my system
#2

How are you setting the player's faction to -1?
If it's like this:
Код:
enum ENUM_NAME
{
    pFaction = -1
};
Then it's incorrect. Do it when the player connects.

If not:

Check if it's == to -1 before using fData[pData[playerid][pFaction][fManageRank], or else it'll be fData[-1][fManageRank], and that's invalid.
Reply


Messages In This Thread
Assistance with my system - by JaydenJason - 05.08.2016, 13:09
Re: Assistance with my system - by Stinged - 05.08.2016, 13:20
Re: Assistance with my system - by JaydenJason - 05.08.2016, 13:28
Re: Assistance with my system - by kanerandyfirst - 05.08.2016, 13:35
Re: Assistance with my system - by Stinged - 05.08.2016, 13:37
Re: Assistance with my system - by Konstantinos - 05.08.2016, 13:37
Re: Assistance with my system - by JaydenJason - 05.08.2016, 13:54
Re: Assistance with my system - by Stinged - 05.08.2016, 14:03
Re: Assistance with my system - by JaydenJason - 05.08.2016, 14:06
Re: Assistance with my system - by Stinged - 05.08.2016, 14:09

Forum Jump:


Users browsing this thread: 1 Guest(s)