Object Not Attaching plz Help
#6

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,0, 0, 0, 0, 0, 0);
        }
        else SendClientMessage(playerid, LIGHTBLUE,"StuntProz Bot: You Arent A Vip To Use This Cmd");
        return 1;
        }
This is the code now but im still not getting object attached
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)