This script adds the ability to play snake in SA:MP.
With this piece of code you can play snake both solo and against 1-3 other players.
To get started simply use the command /snake ingame.
From there you will be able to navigate yourself into a game in no time with ease with the minimalistic and stylish looking textdraw menus.
Your results will be saved into a local database file that you can browse ingame, and sort by playername in alphabetical order / size / kills / date & time in ascending and descending order.
See it for yourself! Check the video and image album below.
- GitHub Page: https://github.com/fusez/Snake
- GitHub Download: https://github.com/fusez/Snake/archive/master.zip
- Download
snake.pwn
and put it in yourfilterscripts
folder. - Compile
snake.pwn
with a compiler of your choice (pawno for example). - Load snake by adding it to the
filterscripts
inserver.cfg
or load it using the rcon commandloadfs snake
in the console. - Use the command
/snake
ingame. - Enjoy!