14.07.2009, 23:16
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid = mypickup) // Line 45
{
SetTimer("PickupDelay", 6000, 0); // change the timer if you wish to.
}
return 1;
}
Код:
C:\Users\*******\Desktop\Server\filterscripts\hsprunk.pwn(45) : warning 211: possibly unintended assignment Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.