Object Not Attaching plz Help
#1

Hey Guys Today i was making a vip cmd to attach object i done it without errors but when i use the cmd the object dont attach , here is the code :
pawn Код:
if(strcmp(cmd, "/vobj", true) == 0)
       {
        new Float:x, Float:y, Float:z, Float:ang;
        GetPlayerPos(playerid,x,y,z);
        GetPlayerFacingAngle(playerid,ang);
        if(IsPlayerVipMember(playerid))
        {
        AttachObjectToPlayer(18856,playerid,x, y, z, x, y, z);
        }
        else SendClientMessage(playerid, LIGHTBLUE,"StuntProz Bot: You Arent A Vip To Use This Cmd");
        return 1;
        }
Plz I Need Help . Thx In Advance
Reply


Messages In This Thread
Object Not Attaching plz Help - by Elias_Haddad - 07.04.2012, 13:32
Re: Object Not Attaching plz Help - by Shabi RoxX - 07.04.2012, 13:40
Re: Object Not Attaching plz Help - by Manuel_P - 07.04.2012, 13:40
Re: Object Not Attaching plz Help - by Shabi RoxX - 07.04.2012, 13:42
Re: Object Not Attaching plz Help - by Elias_Haddad - 07.04.2012, 13:44
Re: Object Not Attaching plz Help - by Elias_Haddad - 07.04.2012, 13:53
Re: Object Not Attaching plz Help - by Shabi RoxX - 07.04.2012, 13:59
Re: Object Not Attaching plz Help - by Elias_Haddad - 07.04.2012, 14:04
Re: Object Not Attaching plz Help - by Elias_Haddad - 07.04.2012, 14:48
Re: Object Not Attaching plz Help - by Shabi RoxX - 07.04.2012, 14:52

Forum Jump:


Users browsing this thread: 1 Guest(s)