This is last thread about DM
#6

Quote:
Originally Posted by Basicz
Посмотреть сообщение
pawn Код:
new
    pOldColour[ MAX_PLAYERS ]
;

CMD:dm( playerid, params[ ] ) // When a player joins DM
{
    // Your stuffs here...

    pOldColour[ playerid ] = GetPlayerColor( playerid );

    SetPlayerColor( playerid, 0x0000FFFF ); // Blue

    return 1;
}

CMD:leavedm( playerid, params[ ] ) // When a player leaves a deathmatch
{
    // Your stuffs here
 
    SetPlayerColor( playerid, pOldColour[ playerid ] );

    return 1;
}
Thanks dude your better than those who commend like

Use your own way

-

I'm gonna cry help me

thats suck
Reply


Messages In This Thread
This is last thread about DM - by lyrics - 17.08.2011, 09:57
Re: This is last thread about DM - by lyrics - 17.08.2011, 10:23
Re: This is last thread about DM - by [MG]Dimi - 17.08.2011, 10:45
Re: This is last thread about DM - by Riddick94 - 17.08.2011, 10:45
Re: This is last thread about DM - by Basicz - 17.08.2011, 10:46
Re: This is last thread about DM - by lyrics - 17.08.2011, 10:50
Re: This is last thread about DM - by Adil - 17.08.2011, 11:08
Re: This is last thread about DM - by lyrics - 17.08.2011, 11:22
Re: This is last thread about DM - by Basicz - 17.08.2011, 11:43
Re: This is last thread about DM - by lyrics - 17.08.2011, 12:00

Forum Jump:


Users browsing this thread: 1 Guest(s)