dracoblue.net

How to convert pawn/pwn to samp 0.2 / pawn 3.2.3664

The new pawn compiler finally arrived and is used at sa-mp. But this also means that most scripts/libraries won't compile anymore or give warnings.

Thatswhy I posted an How-To about converting a script step by step from samp 0.1 to 0.2.

In articles, open source, pawn by DracoBlue @ 05 Jun 2007 | 42 Words

Libraries ready for sa-mp 0.2 and latest pawn language compiler

Due to the 4 player script server release for samp 0.2 I updated today the widely used libraries for latest pawn compiler. Please update them all, to avoid warnings.

Other 0.2 Ready GameModes/Libraries and Filterscripts can be found at the

0.2#Ready-Page

In dini, dprop, dtest, dudb, dutils, open source, pawn by DracoBlue @ 04 Jun 2007 | 70 Words

Arena Bug fixed

The good known arena bug is finally fixed. It appeared if somebody, who was in arena before was beaten, the player (who won) got arena-weapons (for example Tec9), which shouldn't be possible in the freeroam part of GTA:T.

In gta:tournament, project by DracoBlue @ 28 May 2007 | 38 Words

More Ammo & Cops Changes!

Today we have some changes for all players and especially for the Cops!

For all players Since today you get 3x Ammo for all weapons!

Cops With last big content update, the cops have become slightly difficult to play. So we decided to give the law a chance and increase its possibilities. From this moment, you get more respect for busting somebody, hava a bigger range to bust somebody and walking criminals don't have a "speed"-protection anymore.

Details:

  • [461] [Balancing] Added: Tripple Wantedlevel Respect for Busting (DracoBlue)
  • [458] [Balancing] Added 3x Ammo On Spawn and so on. (DracoBlue)
  • [459] [Balancing] Bigger range for Cops (DracoBlue)
  • [460] [Balancing] Added: No speedlimit for Criminals when getting busted (DracoBlue)
  • [450] [Gameplay] Emergency Ammo System Fails if recently spawned (DracoBlue)

In gta:tournament, project by DracoBlue @ 27 May 2007 | 143 Words

Truc version 0.11.0 available, updating from 0.10.0

Today Version 0.11.0 of

TRUC is released.

We've got lots of bugfixes in this testing release. Those include fixes for problems with sql-defaults, custom ports and special truc install folders. Also changelog is added and version is displayed in title and footer.

Still we can't test truc on all possible systems, so leave us a comment if it doesn't work for you and of course feel free to contribute new feature request or comment, so we can make TRUC better again.

Updating from 0.10.0 is very easy. Update the files and execute the 3 sql statements:

ALTER TABLE `testsuite` CHANGE `LockedDate` `LockedDate` VARCHAR( 19 ) NOT NULL DEFAULT '0' ;
ALTER TABLE `testsuite` CHANGE `LockedBy` `LockedBy` VARCHAR( 30 ) NULL ;
ALTER TABLE `testsuite` CHANGE `VersionCounter` `VersionCounter` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0';

Remember that TRUC is still Beta.

In open source, truc by DracoBlue @ 23 May 2007 | 149 Words

Page 41 - Page 42 - Page 43