01.02.2011, 14:50
Just had a nice time checking the characters with %c in the console.
I found out that 7 is a beep from the PC :O
Add this code in OnGameModeInit() and start the server.
3 is a heart. I added it to see where it beeps.
It goes like
Beep Beep Beep Beep Beep
I found out that 7 is a beep from the PC :O
Add this code in OnGameModeInit() and start the server.
pawn Код:
print("Beep Start");
printf("%c%c",7,3);
printf("%c%c",7,3);
printf("%c%c",7,3);
printf("%c%c",7,3);
printf("%c%c",7,3);
printf("%c%c",7,3);
printf("%c%c",7,3);
printf("%c%c",7,3);
printf("%c%c",7,3);
printf("%c%c",7,3);
printf("%c%c",7,3);
printf("%c%c",7,3);
print("Beep Stop");
It goes like
Beep Beep Beep Beep Beep