Attaching Object just right
#1

pawn Код:
forward BriefCase();
public BriefCase()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if( PlayerInfo[i][pCash] > 29999 )
            {
                SetPlayerAttachedObject(i, 1, 1210, 6, 6,0.3,0.1, 0, 0, -90, 1.000000, 1.000000, 1.000000 );
            }
            else if( PlayerInfo[i][pCash] < 30000 )
            {
                RemovePlayerAttachedObject(i, 1);
            }
         }
    }
    return 1;
}
everything iz okay but the object isnt attach propery can someone give me the correct code for attaching it
and removing i was wondering if itz the index or something but if someone can fix much appreciate
Reply


Messages In This Thread
Attaching Object just right - by trapstar2020 - 01.10.2012, 16:04
Re: Attaching Object just right - by mamorunl - 01.10.2012, 16:34
Re: Attaching Object just right - by trapstar2020 - 01.10.2012, 16:47
Re: Attaching Object just right - by Danyal - 01.10.2012, 16:52
Re: Attaching Object just right - by trapstar2020 - 01.10.2012, 17:22

Forum Jump:


Users browsing this thread: 2 Guest(s)