4 Errors in one line
#1

pawn Код:
D:\asdasdasd\pawno\include\E_VehicleStreamer.inc(68) : warning 202: number of arguments does not match definition
D:\asdasdasd\pawno\include\E_VehicleStreamer.inc(68) : error 001: expected token: ",", but found "["
D:\asdasdasd\pawno\include\E_VehicleStreamer.inc(68) : error 029: invalid expression, assumed zero
D:\asdasdasd\pawno\include\E_VehicleStreamer.inc(68) : warning 215: expression has no effect
D:\asdasdasd\pawno\include\E_VehicleStreamer.inc(68) : error 001: expected token: ";", but found "]"
D:\asdasdasd\pawno\include\E_VehicleStreamer.inc(68) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Line 68:

pawn Код:
DestroyVehicle(playerid, VehicleInfo[vehicleid][vmodelid][playerid]);
Reply
#2

tell me line with new VehicleInfo...
Reply
#3

new VehicleInfo[E_MAX_VEHICLES][vInfo];
Reply
#4

DestroyVehicle only has one argument, which is vehicleid.
pawn Код:
DestroyVehicle(VehicleInfo[vehicleid][vmodelid][playerid]);
Reply
#5

pawn Код:
D:\asdasdasd\pawno\include\E_VehicleStreamer.inc(69) : error 001: expected token: ",", but found "["
D:\asdasdasd\pawno\include\E_VehicleStreamer.inc(69) : error 029: invalid expression, assumed zero
D:\asdasdasd\pawno\include\E_VehicleStreamer.inc(69) : warning 215: expression has no effect
D:\asdasdasd\pawno\include\E_VehicleStreamer.inc(69) : error 001: expected token: ";", but found "]"
D:\asdasdasd\pawno\include\E_VehicleStreamer.inc(69) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Reply
#6

try this way

pawn Код:
DestroyVehicle(VehicleInfo[vehicleid][vmodelid]);
but where use this function? in command?
Reply
#7

Great! That's awesome. Thank you my friend!
Reply
#8

Quote:
Originally Posted by Ehab1911
Посмотреть сообщение
Great! That's awesome. Thank you my friend!
for more informations look here
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)