SA-MP Forums Archive
[FS| 0.2.2] TYS [REL: 12 Feb 2008] Test Your Server 1.5 - 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: [FS| 0.2.2] TYS [REL: 12 Feb 2008] Test Your Server 1.5 (/showthread.php?tid=17270)

Pages: 1 2


Re: [FS| 0.2.2] TYS | Test Your Server 1.4 - paike - 20.11.2007

thanks!!!! very useful!

but whats that mean:
Types of vehicles: [ 66] [ 70] [ 60]
Errors and Warnings:
__________________________________________________ ______________
Warning: Recomended count of types of vehicles is 60

what i to ?


sry my very bad english!


Re: [FS| 0.2.2] TYS | Test Your Server 1.4 - JoseDaKilla - 20.11.2007

great script helped me with my vehicled ids


Re: [FS| 0.2.2] TYS | Test Your Server 1.4 - [LDT]LuxurY - 21.11.2007

Quote:
Originally Posted by paike
thanks!!!! very useful!

but whats that mean:
Types of vehicles: [ 66] [ 70] [ 60]
Errors and Warnings:
__________________________________________________ ______________
Warning: Recomended count of types of vehicles is 60

what i to ?


sry my very bad english!
It's only a warning. It doesn't mean that you have problems. But if you'll have an error you have some problems.

My English isn't good too


Re: [FS| 0.2.2] TYS | Test Your Server 1.4 - paike - 21.11.2007

thanks to answer


Re: [FS| 0.2.2] TYS | Test Your Server 1.4 - [LDT]LuxurY - 21.11.2007

Quote:
Originally Posted by paike
thanks to answer
THX for using :P


Re: [FS| 0.2.2] TYS | Test Your Server 1.4 - Sandra18[NL] - 21.11.2007

Код:
****TYS14.pwn(173) : warning 213: tag mismatch
****TYS14.pwn(185) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

2 Warnings.
Line 173:
Код:
return TT;
Line 185:
Код:
if (IsValidMenu(menx)) {



Re: [FS| 0.2.2] TYS | Test Your Server 1.4 - Simon - 22.11.2007

Maybe you should change your vehicle count function to this, it'd be more accurate.

pawn Код:
stock VehicleCount( )
{
    new iVehicleCnt;

    for( new i = 1; i < MAX_VEHICLES; i++ ) // Loop vehicles.
        if ( GetVehicleModel( i ) ) // If it's not a valid vehicleid then GetVehicleModel will return 0.
            iVehicleCnt++;      // Increase if the vehicle model is not 0.
   
    return iVehicleCnt;
}
In your VehicleModel function you should make a variable for the return value of VehicleCount and save it there instead of creating and then destroying 250 vehicles.


Re: [FS| 0.2.2] TYS | Test Your Server 1.4 - BioFreeze - 23.11.2007


Using this spared me alot off time , keep up the good work!


Re: [FS| 0.2.2] TYS | Test Your Server 1.4 - Mentis - 23.11.2007



It doesn't count some certain things. (I have no textdraws nor gamezones, so those work, however I have vehicles, types of vehicles, more objects and pickups.)

I also have the same warnings as Sandra18[NL]

Quote:

****TYS14.pwn(173) : warning 213: tag mismatch
****TYS14.pwn(185) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Warnings.




Re: [FS| 0.2.2] TYS | Test Your Server 1.4 - kaisersouse - 23.11.2007

Those are noob errors and can easily be corrected by whomever is trying to recompile the script.

Also, it will not count cars that are created via FS I don't think. At least...it didn't count any of my cars when I test Taxi's vehicle streamer.


Re: [FS| 0.2.2] TYS [REL: 12 Feb 2008] Test Your Server 1.5 - [WSM]Deadly_Evil - 22.02.2010

Wow! Good Work I was just finding this type of thingy


Re: [FS| 0.2.2] TYS [REL: 12 Feb 2008] Test Your Server 1.5 - Miguel_Teixeira - 26.04.2011

all links down ?