Can i make this?
#9

Quote:
Originally Posted by Mean
Посмотреть сообщение
pawn Код:
if( !strcmp( cmdtext, "/givebeer", true, 9 ) )
{
    new id = strval( cmdtext[ 10 ] );
    if( !cmdtext[ 10 ] ) 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 );
}
doesn't work
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)