Categories
Software

How to boot Parted Magic 2018 using PXE and NFS support!

Ahoy friends.

I’m a convinced user of Parted Magic, but now i wanted to use it on my GRUB PXE server.

Categories
Software

Using the ternary operator in PAWN/C

Ternary Operator

 

Ahoy everyone.
This time i’ll show you guys how to use the ternay operator given by many languages like C or PAWN.
This time we will only talk about the condititonal operator to replace if-statements. There are also ways to perform other actions using nested ternary operator statements.

Categories
Software

Convert huge amount of MTA/SA-MP objects into another type

Right now i finished the first version of my small and tiny offline object converter for SA:MP/MTA:SA, because our favourite map converter convertffs.com is dead.

Categories
Software

Last Bed Standing – Bedwars in SA-MP!

 

[pastacode lang=”markdown” manual=”%23%23%20%5B0.1b%5D%20-%202017-03-21%0A%23%23%23%20Added%0A-%20Added%20weather%20system%20for%20random%20weather.%0A-%20Weather%20can%20be%20set%20by%20admins%2C%20using%20%2Fweather%20ID%0A-%20%2Fdropmoney%20uses%20GenerateRandomPickup%20function%20now%2C%20to%20create%20money%20pickups.%0A-%20system%20to%20check%20if%20a%20team%20has%20won%20the%20game.%20(if%20other%20teams%20are%20empty)%0A-%20Improved%20several%20minor%20bugs.%0A-%20Major%20changes%20in%20score%20system.%0A-%20The%20winner%20of%20the%20team%20will%20now%20be%20determined%20if%20there%20is%20no%20player%20left%20in%20other%20teams%0A-%20Recursive%20function%20will%20be%20called%20in%20OnPlayerDeath%20instead%20of%20OnPlayerSpawn%20now.%0A-%20Dead%20player%20will%20be%20thrown%20into%20TEAM_SPECTATOR%20after%20death%20now%20if%20the%20bed%20is%20missing.%0A-%20GetPlayerCount()%20function%20added%20to%20count%20amount%20of%20players%20for%20use%20in%20TeamsAlive(bool%3Avalue)%20function.%0A-%20Recursive%20function%20TeamsAlive(bool%3Avalue)%20function%20(false%2Ftrue)%20to%20count%20teams%20alive%20or%20check%20if%20there%20is%20only%20one%20team%20left.%0A-%20Fighting%20Style%20menu%20to%20purchase%20different%20fightstyles.%0A%0A%23%23%23%20Fix%0A-%20Increased%20weapon%20prices%20due%20to%20balancing%20reasons.%0A-%20Changed%20bomb%20activation%20radius%20to%20150m%20instead%20of%20100m.%0A%0A%23%23%20%5B0.1b%5D%20-%202017-03-28%0A%23%23%23%20Added%0A-%20Function%20GivePlayerMoneyText%20to%20give%20or%20remove%20money%20from%20a%20player%20and%20display%20gametext.%0A-%20%23define%20to%20change%20the%20value%20of%20Money%20Pickups.%0A%0A%23%23%20%5B0.1b%5D%20-%202017-03-28%0A%23%23%23%20Added%0A-%20Function%20GivePlayerMoneyText%20to%20give%20or%20remove%20money%20from%20a%20player%20and%20display%20gametext.%0A-%20%23define%20to%20change%20the%20value%20of%20Money%20Pickups.%0A%0A%23%23%20%5B0.1.3a%5D%20-%202018-03-02%0A%23%23%23%20Fix%0A-%20Fixed%20major%20bugs.%0A-%20Fixed%20y_ini%20problems.%0A-%20Fixed%20a%20huge%20amount%20of%20bugs.%0A-%20Code%20optimization%0A%0A%23%23%5B1.0.0%5D%20-%202018-03-02%0A%23%23%23%20Added%0A-%20Fixed%20major%20bugs.%0A-%20Removed%20y_ini%0A-%20Fixed%20a%20huge%20amount%20of%20bugs.%0A-%20Code%20optimization%0A-%20Added%20Login%2FRegister%20system%20using%20MySQL%0A-%20Added%20Salt%20%2B%20AES-256%20support%20for%20security%20matters%0A-%20MySQL%20table%20will%20be%20altered%20if%20rows%20do%20not%20exist%0A-%20Added%20round%20system%2C%20deathmatch%20like%20to%20get%20a%20real%20game%20running%0A-%20Added%20MySQL%20support%20using%20the%20newest%20plugin%20and%20include%0A-%20Added%20a%20scoreboard%20shown%20at%20the%20end%20of%20a%20game%0A-%20Gamemode%20will%20now%20restart%20automatically%20to%20change%20a%20map%20after%20a%20team%20has%20won%0A-%20First%20stable%20gamemode%2C%20has%20been%20tested%20for%20a%20while%20right%20now.%20Please%20report%20any%20bugs%0A-%20Added%2060%20seconds%20countdown%20when%20there%20is%20a%20sufficient%20amount%20of%20players.%0A-%20Players%20are%20invincible%20during%20the%20countdown%20phase.%0A-%20Started%20the%20use%20of%20arrays%20to%20declare%20various%20team%20states.” message=”” highlight=”” provider=”manual”/]

 

 

Hereby i want to publish my latest work and project Last Bed Standing – Bedwars, based on SA-MP’s Grand Larceny

Reasons why..