10.04.2010, 08:55
I get an Error if I this Callback inserts
here the lines
can somebody help me?
pawn Код:
C:\Users\\\Desktop\\\gamemodes\Q.pwn(619) : error 055: start of function body without function header
C:\Users\\\Desktop\\\gamemodes\Q.pwn(620) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
pawn Код:
public OnPlayerPickUpDynamicPickup(playerid, pickupid);
{
return 1;
}