21.08.2011, 15:10
Quote:
|
Introduction:
This is my first filterscript im releasing. I know it is still a little bit basic, but updates will come soon. What is this filterscript, what does this filterscript do? This filterscript is just a simple filterscript that allows you to spawn a vehicle anywhere you like, and give yourself a weapon. There are no dialogs included, all done by a few commands. Configuration: If you open the .pwn file, you will see a couple defines. Read them carefully, and change them to your own needs. pawn Код:
Код:
/spawnhelp --> gives you some messages with all the commands there are /v(eh)(icle) [vehiclename] --> spawns a vehicle by name (Example: /v infernus) /w(eap)(on) [weaponname] --> gives yourself a weapon by name (Example: /w minigun) /vnames --> gives you a link that shows you all the vehicle names /wnames --> gives you a link that shows you all the weapon names Код:
- V1 released (3-8-2011) - V2 Updated strtok to Sscanf2 (13-8-2011 NOTE: The only things you need for this filterscript are the a_samp include, zcmd include, and sscanf2 plugin/include. Zcmd by Zeex Pastebin SolidFiles .pwn SolidFiles .amx |
EDIT: Nevermind, I forgot to install those other thingies.


