Skip to content

Release 1.0.3 (Only 0.3dl!)

Latest

Choose a tag to compare

@DigitalOneThe DigitalOneThe released this 05 Sep 23:42
· 1 commit to 0.3dl since this release

Full Changelog: 1.0.2...1.0.3

To work with the OnPressKeyCallback method, you need to declare it in your model, like this:

public OnPressKeyCallback(playerid, key_id) {
    printf("Игрок: %d. Нажал клавишу: %d", playerid, key_id);
    return 1;
}