Dont respawn ingamecreated cars
#9

Quote:
Originally Posted by тħeρяш
now that error is fixed, but i get a couple of new ones...
Quote:

C:\...\TheKillerzBeta.pwn(162) : error 046: unknown array size (variable "StaticVehicles")
C:\...\TheKillerzBeta.pwn(163) : error 046: unknown array size (variable "StaticVehicles")
C:\...\TheKillerzBeta.pwn(164) : error 046: unknown array size (variable "StaticVehicles")
C:\...TheKillerzBeta.pwn(1160) : error 033: array must be indexed (variable "StaticVehicles")
C:\...\TheKillerzBeta.pwn(1166) : error 033: array must be indexed (variable "StaticVehicles")
C:\...\TheKillerzBeta.pwn(1172) : error 033: array must be indexed (variable "StaticVehicles")

errors in this lines:
pawn Код:
StaticVehicles[0] = AddStaticVehicleEx(496, 1434.2659912109, -930.6689453125, 36.504253387451, 174.97918701172, 0, 1, 15); // vehicle1 CJ

StaticVehicles[1] = AddStaticVehicleEx(536, 1335.5477294922, -911.88061523438, 35.899898529053, 178.64910888672, 5, 0, 15); // vehicle1 Bala

StaticVehicles[2] = AddStaticVehicleEx(489, 1346.375, -998.220703125, 28.315937042236, 0.000000, -1, -1, 15); // vehicle1 Grove

if (Vehicle == StaticVehicles[0] && gTeam[playerid] != TEAM_CJ)

else if (Vehicle == StaticVehicles[1] && gTeam[playerid] != TEAM_BALLA)

else if (Vehicle == StaticVehicles[2] && gTeam[playerid] != TEAM_GROVE)

forget about the

Quote:
Originally Posted by Pandabeer1337
pawn Код:
new StaticVehicles[][0] =
{
    {"CJ_V1"},
    {"BALLA_V1"},
    {"GROVE_V1"}
}
and just do:

pawn Код:
new StaticVehicles[3];
And increase when you add more vehicles.
Reply


Messages In This Thread
Dont respawn ingamecreated cars - by Jonni8 - 03.06.2010, 13:16
Re: Dont respawn ingamecreated cars - by DJDhan - 03.06.2010, 14:05
Re: Dont respawn ingamecreated cars - by Jonni8 - 03.06.2010, 14:15
Re: Dont respawn ingamecreated cars - by DJDhan - 03.06.2010, 14:34
Re: Dont respawn ingamecreated cars - by Jonni8 - 03.06.2010, 14:41
Re: Dont respawn ingamecreated cars - by Jonni8 - 03.06.2010, 15:18
Re: Dont respawn ingamecreated cars - by Think - 03.06.2010, 15:22
Re: Dont respawn ingamecreated cars - by Jonni8 - 03.06.2010, 15:26
Re: Dont respawn ingamecreated cars - by Think - 03.06.2010, 17:17
Re: Dont respawn ingamecreated cars - by Jonni8 - 03.06.2010, 19:34
Re: Dont respawn ingamecreated cars - by Jonni8 - 03.06.2010, 20:39
Re: Dont respawn ingamecreated cars - by Jonni8 - 03.06.2010, 21:08

Forum Jump:


Users browsing this thread: 1 Guest(s)