[FilterScript] [FS]۞.:DRIFT Points Counter .:OWNAGE EDITION:. ۞
#21

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
Reply
#22

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.
Reply
#23

Nice work. I will maybe use it. :P
Reply
#24

ok thanks burn
Reply
#25

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
Reply
#26



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

Reply
#27

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

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
Reply
#29

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;
    }
Reply
#30

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

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.
Reply
#32

Dead link
Reply
#33

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..)
Reply
#34

Post the link with AMX. and .pwn

because it's invalid link on solidfiles
Reply
#35

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
Reply
#36

Pls give me new link to .amx file.Tnx
Reply
#37

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

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.
Reply
#39

۞ ۞ ۞ ۞ ۞ ۞ niceeeeeeeeeeeeeeeeeeeeeeeeeeee۞ ۞ ۞ ۞ ۞ ۞ ۞ ۞ ۞ work man
Reply
#40

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)