Tag,
Ich habe hier ein Paar Ballas Vehs
Code :
new BallasVehs[13];//Oben im Script
BallasVehs[1] = AddStaticVehicleEx(409,1108.2559,-305.7929,73.7922,88.0846,85,85); // Ballas Car Limosine
BallasVehs[2] = AddStaticVehicleEx(560,1067.2155,-288.4890,73.6973,176.9560,85,85); // Ballas Sultan 1
BallasVehs[3] =AddStaticVehicleEx(560,1070.7324,-288.2589,73.6970,178.7860,85,85); // Ballas Sultan 2
BallasVehs[4] = AddStaticVehicleEx(560,1074.1233,-288.0482,73.6938,177.8250,85,85); // Ballas Sultan 3
BallasVehs[5] = AddStaticVehicleEx(560,1077.4114,-288.2624,73.6936,178.9399,85,85); // Ballas Sultan 4
BallasVehs[6] = AddStaticVehicleEx(541,1045.1967,-308.4539,73.6180,179.5802,85,85); // Ballas Bullet 1
BallasVehs[7] = AddStaticVehicleEx(541,1019.3036,-305.7567,73.6179,179.4973,85,85); // Ballas Bullet 2
BallasVehs[8] = AddStaticVehicleEx(487,1112.1222,-299.1849,78.9708,90.7688,85,85); // Ballas Maverick
BallasVehs[9] = AddStaticVehicleEx(468,1122.8419,-339.8326,73.7680,92.9974,85,85); // Ballas Sanchez
BallasVehs[10] = AddStaticVehicleEx(468,1122.9290,-343.4342,73.6913,87.8777,85,85); // Ballas Sanchez 2
BallasVehs[11] = AddStaticVehicleEx(468,1122.7675,-341.0161,73.7426,90.7616,85,85); // Ballas Sanchez 3
BallasVehs[12] = AddStaticVehicleEx(468,1122.8193,-342.5386,73.7096,92.2062,85,85); // Ballas Sanchez 4
Fehler Code :
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(17019) : warning 202: number of arguments does not match definition
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(17020) : warning 202: number of arguments does not match definition
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(17021) : warning 202: number of arguments does not match definition
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(17022) : warning 202: number of arguments does not match definition
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(17023) : warning 202: number of arguments does not match definition
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(17024) : warning 202: number of arguments does not match definition
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(17025) : warning 202: number of arguments does not match definition
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(17026) : warning 202: number of arguments does not match definition
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(17027) : warning 202: number of arguments does not match definition
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(17028) : warning 202: number of arguments does not match definition
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(17029) : warning 202: number of arguments does not match definition
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(17030) : warning 202: number of arguments does not match definition
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(55701) : warning 219: local variable "check" shadows a variable at a preceding level
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(65605) : warning 219: local variable "check" shadows a variable at a preceding level
C:\Users\Patrick\Desktop\GER\GER\GER\gamemodes\LoE.pwn(71553) : warning 203: symbol is never used: "M_OnPlayerCommandText"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 18604 bytes
Code size: 3288472 bytes
Data size: 16671332 bytes
Stack/heap size: 32768 bytes; estimated max. usage: unknown, due to recursion
Total requirements:20011176 bytes
15 Warnings.
Alles anzeigen