VIP command making...
#2

Look Here:
pawn Код:
CMD:flare( playerid )
{
    new oFlare, Float: P[ 3 ]; GetPlayerPos( playerid, P[ 0 ], P[ 1 ], P[ 2 ] );

    if( AccInfo[ playerid ][ pVip ] < 1 ) return SendClientMessage( playerid, -1, "You don't have VIP Level 1" );

    DestroyObject( oFlare );
    oFlare = CreateObject( FlareID, P[ 0 ], P[ 1 ], P[ 2 ], 0.0, 0.0, 0.0, 300.0 );
    return ( 1 );
}
FlareID is the ObjectID that I don't know what is it...
Reply


Messages In This Thread
VIP command making... - by maziar_gholipour - 22.09.2011, 12:44
Re: VIP command making... - by aRoach - 22.09.2011, 13:04
Re: VIP command making... - by maziar_gholipour - 22.09.2011, 13:33
Re: VIP command making... - by aRoach - 22.09.2011, 13:35
Re: VIP command making... - by maziar_gholipour - 22.09.2011, 13:59

Forum Jump:


Users browsing this thread: 2 Guest(s)