Need some help
#3

Try to:
Код:
    else if(!strcmp(params, "faction", true))
    {
        if(GetPVarInt(playerid, "InvitedToFaction") != 0)
        {
            Invite(playerid, GetPVarInt(playerid, "InvitedToFaction"), PlayerName(playerid));
            SetPVarInt(playerid, "InvitedToFaction", 0);
            SendClientMessageToAll(-1, "The code at line X has been read");
        }
        return 1;
    }
Sending a client message to all can be useful to see whether this part of the code is read or not.
Reply


Messages In This Thread
Need some help - by 1fret - 04.09.2017, 03:37
Re: Need some help - by coool - 04.09.2017, 07:59
Re: Need some help - by kAn3 - 04.09.2017, 10:42

Forum Jump:


Users browsing this thread: 1 Guest(s)