Glasses - Small Question
#10

pawn Код:
if (strcmp("/glasses", cmdtext, true, 10) == 0)
                    {
                        if(PlayerInfo[playerid][pGlasses] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "WARNING: You do not have any glasses!"); // It will check if the character has any glasses in his savelog and if he hasn't it will send him a message.
                        if(glasses[playerid] == false)
                        {
                            SetPlayerAttachedObject(playerid, 2, glasseid,2, SkinOffSet[skin][0], SkinOffSet[skin][1], SkinOffSet[skin][2], SkinOffSet[skin][3], SkinOffSet[skin][4], SkinOffSet[skin][5]);
                             glasses[playerid] = true;
                        }
                        else if(glasses[playerid] == true)
                        {
                             if(IsPlayerAttachedObjectSlotUsed(playerid, 2)) RemovePlayerAttachedObject(playerid,2);
                             glasses[playerid] = false;
                        }
                        return 1;
                    }
And check YOUR OFFSETS.
Reply


Messages In This Thread
Glasses - Small Question - by Dan_Barocu - 26.06.2012, 15:17
Re: Glasses - Small Question - by Grand_Micha - 26.06.2012, 15:25
Re: Glasses - Small Question - by Dan_Barocu - 26.06.2012, 15:31
Re: Glasses - Small Question - by Grand_Micha - 26.06.2012, 15:34
Re: Glasses - Small Question - by Dan_Barocu - 26.06.2012, 15:49
Re: Glasses - Small Question - by Grand_Micha - 26.06.2012, 15:58
Re: Glasses - Small Question - by Dan_Barocu - 26.06.2012, 16:07
Re: Glasses - Small Question - by Grand_Micha - 26.06.2012, 16:44
Re: Glasses - Small Question - by Dan_Barocu - 26.06.2012, 16:49
Re: Glasses - Small Question - by Grand_Micha - 26.06.2012, 16:52

Forum Jump:


Users browsing this thread: 6 Guest(s)