Can i make this?
#6

ZCMD:
pawn Код:
CMD:givebeer( playerid, params[ ] )
{
    new id = strval( params );
    if( isnull( id ) ) return SendClientMessage( playerid, 0xAAAAAA, "Usage: /givebeer [ID]! " ) ;
    if( !IsPlayerConnected( id ) || id == INVALID_PLAYER_ID ) return SendClientMessage( playerid, 0xAAAAAA, "Invalid ID! " );
    return SetPlayerSpecialAction( id, SPECIAL_ACTION_DRINK_BEER );
}
Reply


Messages In This Thread
Can i make this? - by NitoPSG - 20.04.2011, 12:10
Re: Can i make this? - by [ADC]Aldi96 - 20.04.2011, 12:13
Re: Can i make this? - by NitoPSG - 20.04.2011, 12:16
Re: Can i make this? - by [ADC]Aldi96 - 20.04.2011, 12:18
Re: Can i make this? - by NitoPSG - 20.04.2011, 12:22
Re: Can i make this? - by Mean - 20.04.2011, 12:27
Re: Can i make this? - by NitoPSG - 20.04.2011, 12:30
Re: Can i make this? - by Mean - 20.04.2011, 12:35
Re: Can i make this? - by NitoPSG - 20.04.2011, 12:41
Re: Can i make this? - by NitoPSG - 20.04.2011, 12:45

Forum Jump:


Users browsing this thread: 1 Guest(s)