Glasses - Small Question
#9

Micha /buyochleari is with!

PHP код:
if (strcmp("/glasses"cmdtexttrue10) == 0)
                    {
                        
//Setglasseid[playerid]
                        
if(PlayerInfo[playerid][pGlasses] == 0) return SendClientMessage(playeridCOLOR_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(playerid2glasseid,2SkinOffSet[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(playerid1)) RemovePlayerAttachedObject(playerid,1);
                             
glasses[playerid] = false;
                        }
                        return 
1;
                    } 
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: 5 Guest(s)