7 and BEEEP!!
#8

Quote:
Originally Posted by cj101
Посмотреть сообщение
i dont think my host would like my beeping there pcs at them. BEEP!
pawn Код:
CMD:sendbeep(p,pa[])
{
    for(new b = 0;b<200;b++)print("\a");
    SendClientMessage( p, -1, "Beeps sent, expect the closue of this server!");
}

This code shows all the codes

pawn Код:
for ( new c = 0; c < 255; c++)
    {
        printf("%c\t-\t%d",c,c);
    }
Not sure if there are only 255.


DON'T ADD THE FOLLOWING CODE! IT WILL FUCKUP YOUR COMPUTER,ALL IT DOES IS LOOP TILL 256 AND AT 255 IT GOES AGAIN, ON AND ON AND ON.

CTRL+ALT+DEL won't work

Loop:
pawn Код:
Loop:
for ( new c = 0; c < 256; c++)
{
    printf("%c\t-\t%d",c,c);
    if ( c == 255 ) goto Loop;
}
just a show off
Reply


Messages In This Thread
7 and BEEEP!! - by Zh3r0 - 01.02.2011, 14:50
Re: 7 BEEP! - by Rzzr - 01.02.2011, 14:53
Re: 7 BEEP! - by IstuntmanI - 01.02.2011, 14:55
Re: 7 and BEEEP!! - by RyDeR` - 01.02.2011, 15:04
Re: 7 and BEEEP!! - by Zh3r0 - 01.02.2011, 15:15
Re: 7 and BEEEP!! - by CJ101 - 01.02.2011, 15:16
Re: 7 and BEEEP!! - by dice7 - 01.02.2011, 15:16
Re: 7 and BEEEP!! - by Zh3r0 - 01.02.2011, 15:19
Re: 7 and BEEEP!! - by TheAlienForce - 01.02.2011, 18:18
Re: 7 and BEEEP!! - by dice7 - 02.02.2011, 13:23

Forum Jump:


Users browsing this thread: 2 Guest(s)