05.05.2012, 03:19
(
Последний раз редактировалось admantis; 05.05.2012 в 04:09.
)
Description:
Hey guys, this script is maybe a crap, but it's quite fun.
Whenever you hold a baseball bat, it will be replaced with a nailed, gross, rusty and big bat with nails attached on the tip.
You can choose whether to use the nailed bat automatically using the command /nailedbat.
Like you can see here:
1st Picture - Click
2nd Picture - Click
Compatibility:
If your script uses ZCMD, or strcmp to handle commands, this script is compatible with both. You need to change this line
To 'true' or 'false' if you want to use ZCMD or not.
This is required for the /nailedbat command.
Also, if you use attached objects, change this line
To change the attached object index to an unused one, or the nailed bat might override your other attached objects. By default, it's 6.
Download:
Pastebin.com - #1 paste tool since 2002!
Hey guys, this script is maybe a crap, but it's quite fun.
Whenever you hold a baseball bat, it will be replaced with a nailed, gross, rusty and big bat with nails attached on the tip.
You can choose whether to use the nailed bat automatically using the command /nailedbat.
Like you can see here:
1st Picture - Click
2nd Picture - Click
Compatibility:
If your script uses ZCMD, or strcmp to handle commands, this script is compatible with both. You need to change this line
pawn Код:
#define USE_ZCMD true
This is required for the /nailedbat command.
Also, if you use attached objects, change this line
pawn Код:
#define NAILEDBAT_SLOT (06)
Download:
Pastebin.com - #1 paste tool since 2002!