Problems
#1

D:\VirtualShooter RPG\gamemodes\VS.pwn(44909) : warning 219: local variable "car1" shadows a variable at a preceding level
D:\VirtualShooter RPG\gamemodes\VS.pwn(44954) : warning 219: local variable "car1" shadows a variable at a preceding level
D:\VirtualShooter RPG\gamemodes\VS.pwn(64213) : error 025: function heading differs from prototype
D:\VirtualShooter RPG\gamemodes\VS.pwn(6460 : warning 235: public function lacks forward declaration (symbol "IsAtPaySpray")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

44909 - new car1 = PlayerInfo[playerid][pPcarkey];
44954 - new car1 = PlayerInfo[playerid][pPcarkey];
64213 - public IsAnOwnableCar(carid)
64608 - public IsAtPaySpray(playerid)
Reply
#2

You have car1 defined more than once. You only need to define the variable one time.
Reply
#3

D:\VirtualShooter RPG\gamemodes\VS.pwn(64211) : error 025: function heading differs from prototype
D:\VirtualShooter RPG\gamemodes\VS.pwn(64606) : warning 235: public function lacks forward declaration (symbol "IsAtPaySpray")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

64211 - public IsAnOwnableCar(carid)
64606 - public IsAtPaySpray(playerid)
Reply
#4

SOLVED.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)