How to fix this
#1

C:\Users\PCA\AppData\Local\Temp\Rar$DIa1008.48860\ FRP.pwn(4704 : error 017: undefined symbol "SweeperVehicles"
C:\Users\PCA\AppData\Local\Temp\Rar$DIa1008.48860\ FRP.pwn(4704 : warning 215: expression has no effect
C:\Users\PCA\AppData\Local\Temp\Rar$DIa1008.48860\ FRP.pwn(4704 : error 001: expected token: ";", but found "]"
C:\Users\PCA\AppData\Local\Temp\Rar$DIa1008.48860\ FRP.pwn(4704 : error 029: invalid expression, assumed zero
C:\Users\PCA\AppData\Local\Temp\Rar$DIa1008.48860\ FRP.pwn(4704 : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.


Can you help me
Reply
#2

Code:
error 017: undefined symbol "SweeperVehicles"
means you have not defined SweeperVehicles.
pawn Code:
new SweeperVehicles;
Show the line 47048.
Reply
#3

Here https://imgur.com/a/fLI7qTU
Reply
#4

Quote:
Originally Posted by sethpowell11
View Post
Put this at top of your scirpt!
pawn Code:
new SweeperVehicles[17];
Reply
#5

https://imgur.com/cM4h5DY
Reply
#6

You have to place 'new' before the SweeperVehicles[17];
Than you will have it declared as a array so you can store the vehicles in it.
Reply
#7

Can you help me how to fix this
https://imgur.com/0froinW
Reply
#8

You have declared the array twice. Remove one and place the other before any code that uses this array.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)