SA-MP Forums Archive
[FilterScript] [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ (/showthread.php?tid=86300)

Pages: 1 2 3


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - abhinavdabral - 16.07.2009

Quote:
Originally Posted by [SU
BP13 ]
how do I raise the sensitivity. I want it so "normal" drifts dive you stuff to. You REALLY have to drift hard to get this to work.
Its already "NORMAL" dude ... And its not hard to drift with this .... This is good for a beginner Drifter to become a PRO .....

BTW I prefer to do a building drift in Las Venturas (Opposite side of the piramid thing, A Car park building)...Its really good for beginners to learn drifting.

Thank You
-Abhinav


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - BP13 - 16.07.2009

well in some occasions it works and sometimes it does not work. the original version of this by luby seems to work at all corners. But id' much rather use yours with the textdraw.


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - refshal - 16.07.2009

Nice work. I will maybe use it. :P


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - -Tony- - 24.12.2010

ok thanks burn


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - BurnInHell - 24.12.2010

your welcome

i upgraded the script now the maximum drift points is 999999 who wants it write my skype aleksandras241

and people teach me how to add quote i am new here so i hope you understand


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - -Tony- - 24.12.2010



Copy the thing you want And select it all . and click the quote butomb

Quote:

and people teach me how to add quote i am new here so i hope you understand




Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - Mean - 24.12.2010

:O, this is like in Need For Speed, good work.


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - BurnInHell - 25.12.2010

Quote:

Copy the thing you want And select it all . and click the quote butomb

thanks tony!

i added some bonus to 10x write if you want it my skype aleksandras241


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - M0R0JR - 25.12.2010

Hey, i found a little little problem at function GetVType:

You decleared 8 arrays ( with vehicles )
pawn Код:
new Convertibles[4] = {480, 533, 439, 555};
    new Industrial[26] = {499, 422, 482, 498, 609, 524, 578, 455, 403, 414, 582, 443, 514, 413, 515, 440, 543, 605, 459, 531, 408, 552, 478, 456, 554};
    new LowRider[8] = {536, 575, 534, 567, 535, 566, 576, 412};
    new OffRoad[13] = {568, 424, 573, 579, 400, 500, 444, 556, 557, 470, 489, 505, 595};
    new Service[19] = {416, 433, 431, 438, 437, 523, 427, 490, 528, 407, 544, 596, 596, 597, 598, 599, 432, 601, 420};
    new Saloon[35] = {445, 504, 401, 518, 527, 542, 507, 562, 585, 419, 526, 604, 466, 492, 474, 546, 517, 410, 551, 516, 467, 600, 426, 436, 547, 405, 580, 560, 550, 549, 540, 491, 529, 421};
    new Sports[20] = {602, 429, 496, 402, 541, 415, 589, 587, 565, 494, 502, 503, 411, 559, 603, 475, 506, 451, 558, 477};
    new Wagons[5] = {418, 404, 479, 458, 561};
The first 4, for loops, must be <= , not only <
pawn Код:
for(i=0;i<3;i++){
            if(Convertibles[i]==modelid) return 1;
    }
    for(i=0;i<25;i++){
            if(Industrial[i]==modelid) return 1;
    }
    for(i=0;i<7;i++){
            if(LowRider[i]==modelid) return 1;
    }
    for(i=0;i<12;i++){
            if(OffRoad[i]==modelid) return 1;
    }
The next 4 for loops, are correct:
pawn Код:
for(i=0;i<19;i++){
            if(Service[i]==modelid) return 1;
    }
    for(i=0;i<35;i++){
            if(Saloon[i]==modelid) return 1;
    }
    for(i=0;i<20;i++){
            if(Sports[i]==modelid) return 1;
    }
    for(i=0;i<5;i++){
            if(Wagons[i]==modelid) return 1;
    }



Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - Sinner - 08.01.2011

Thanks a bunch, I'll probably use an altered version.


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - iPLEOMAX - 07.05.2011

Quote:
Originally Posted by Sinner
Посмотреть сообщение
Thanks a bunch, I'll probably use an altered version.
Same here. We really appreciate this work. Thanks Luby & Abhinav.

I tweaked it's performance a bit & changed some of the textdraws + added some elements.


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - Eazy07 - 07.05.2011

Dead link


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - Gamer_Z - 08.05.2011

There are more drift counters out there Eazy.. I do not have the script but I can give you an GM where the drift counter is implemented. (not this fancy but the basic one..)


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - Astralis - 20.12.2011

Post the link with AMX. and .pwn

because it's invalid link on solidfiles


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - Gamer_Z - 20.12.2011

Quote:
Originally Posted by Neonman
Посмотреть сообщение
Post the link with AMX. and .pwn

because it's invalid link on solidfiles
pastebin link is working.. you can compile it yourself lol

http://pastebin.com/f1841d042


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - manqk223 - 11.07.2012

Pls give me new link to .amx file.Tnx


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - shaniyal - 11.07.2012

WTF why this stupid pastebin dnt open i have try but still this dnt open


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - x96664 - 10.12.2012

This is awesome I used it a lot of time on my server.
This forum requires that you wait 120 seconds between posts. Please try again in 10 seconds.


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - CBCandyBoy - 10.01.2013

۞ ۞ ۞ ۞ ۞ ۞ niceeeeeeeeeeeeeeeeeeeeeeeeeeee۞ ۞ ۞ ۞ ۞ ۞ ۞ ۞ ۞ work man


Re: [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞ - VenomMancer - 18.07.2013

Hello

I used it , and it works .

but can i ask ?

how to make if player drift , score player will up ?
loke rusian drift server .

THANKS