Error when i compile the script
#1

Код:
C:\Documents and Settings\Administrator\Desktop\Land of Paradise 0.3x\filterscripts\filterscripts\house.pwn(532) : warning 216: nested comment
C:\Documents and Settings\Administrator\Desktop\Land of Paradise 0.3x\filterscripts\filterscripts\house.pwn(738) : warning 203: symbol is never used: "manlift"
C:\Documents and Settings\Administrator\Desktop\Land of Paradise 0.3x\filterscripts\filterscripts\house.pwn(738) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Warnings.
this is the error and the code

532 code
pawn Код:
/*public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    return 1;
}
Reply
#2

no problems, warning will not harm your script... Just ignore it.
Reply
#3

anyway how to fix it
Reply
#4

The symbol is never used means you have a:
pawn Код:
new [name]
But you've never utilised it. If you remove the new line for manlist and strtok, you should be OK.

As for the nested comment, not sure what that is.
Reply
#5

okay thank you
Reply
#6

A warning is an error.
Reply
#7

for line 532 you just need to remove "/*"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)