22.02.2008, 00:39
I made, beside my Countdown-include, a Pocketmoney-include.
I decided to add them together to 1 include:
[V1.0] <<<<========== Click for more explanation
With this filterscript you can easily create ready-to-use AddSpawnPos-functions
You can save a position using: /savespawnpos (+ comment (optional))
Interiors and VirtualWorlds are supported!
Notes:
- If a 'public' countdown is already started, you cant start a player-countdown
- If a player-countdown is running, and a public-countdown gets created, the player-countdown will stop.
Installing:
Put the file 'SInclude.inc' here:
Servermap/Pawno/Include
Then put on top of your gamemode:
Download:
SpawnPositionCreator
- SpawnPositionSaver.pwn (Mediafire)
- SpawnPositionSaver.amx (Mediafire)
[V1.3]
- MediaFire
[V1.2]
- MediaFire
- PasteBin
[V1.1]
- MediaFire
- Pastebin
[V1.0]
- MediaFire
- Pastebin
- Crazyhost (Thanks Numhaken)
Note: If you're gonna use V1.0, the include is called: Countdown.inc
Mirrors are welcome
If you find bugs, or do you have ideas or tips, please post them here.
Have fun with it!
=>Sandra<=
I decided to add them together to 1 include:
SInclude
This Includes:- Countdown
- PocketMoney
- CarFunctions
- Skydiving
- Saving & Loading player position
- RandomSpawn-Creator
[V1.0] <<<<========== Click for more explanation
- CreateCountdown(time, sound);
- CreatePlayerCountdown(playerid, time, sound);
- StopCountdown();
- StopPlayerCountdown(playerid);
- EnablePocketMoney(amount, frequency);
- DisablePocketMoney();
- SetPocketMoneyAmount(amount);
- SetPocketMoneyFrequency(seconds);
- TogglePocketMoneyMessage(toggle);
- SkydivePlayer(playerid, hight);
- Cardive(carid, hight);
- FlipCar(carid);
- ResprayCar(carid);
- SavePlayerPos(playerid);
- LoadPlayerPos(playerid);
- AddSpawnPos(X, Y, Z, Angle, Interior, VirtualWorld);
- RandomSpawnPlayer(playerid);
With this filterscript you can easily create ready-to-use AddSpawnPos-functions
You can save a position using: /savespawnpos (+ comment (optional))
Код:
SavedSpawnPositions.txt
Notes:
- If a 'public' countdown is already started, you cant start a player-countdown
- If a player-countdown is running, and a public-countdown gets created, the player-countdown will stop.
Installing:
Put the file 'SInclude.inc' here:
Servermap/Pawno/Include
Then put on top of your gamemode:
Код:
#include <SInclude>
SpawnPositionCreator
- SpawnPositionSaver.pwn (Mediafire)
- SpawnPositionSaver.amx (Mediafire)
[V1.3]
- MediaFire
[V1.2]
- MediaFire
- PasteBin
[V1.1]
- MediaFire
- Pastebin
[V1.0]
- MediaFire
- Pastebin
- Crazyhost (Thanks Numhaken)
Note: If you're gonna use V1.0, the include is called: Countdown.inc
Mirrors are welcome
Please Keep Credits!
If you find bugs, or do you have ideas or tips, please post them here.
Have fun with it!
=>Sandra<=