25.07.2013, 08:45
When I try to compile, I get those errors:
D:\toolz\myfilterscripts.pwn(36) : warning 204: symbol is assigned a value that is never used: "mypickup"
D:\toolz\myfilterscripts.pwn(43) : error 010: invalid function or declaration
D:\toolz\myfilterscripts.pwn(71) : warning 203: symbol is never used: "OnPlayerPickUpPickup"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Line 36: mypickup = CreatePickup(1210,2, -number, -number, number, -1);
Line 43: OnPlayerPickUpPickup(playerid, 1210)
Line 71: I don't have line 71, the last one is 70
Can anyone help me?
D:\toolz\myfilterscripts.pwn(36) : warning 204: symbol is assigned a value that is never used: "mypickup"
D:\toolz\myfilterscripts.pwn(43) : error 010: invalid function or declaration
D:\toolz\myfilterscripts.pwn(71) : warning 203: symbol is never used: "OnPlayerPickUpPickup"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Line 36: mypickup = CreatePickup(1210,2, -number, -number, number, -1);
Line 43: OnPlayerPickUpPickup(playerid, 1210)
Line 71: I don't have line 71, the last one is 70
Can anyone help me?