26.03.2011, 01:00
OnPlayerPickUpPickup does not work.
simply does not work.
someone can help me?
please
example if I use it
in OnGameModeInit
pickup1 = lalala
continuing
so if you are not working
even then not in any way
simply does not work.
someone can help me?
please
example if I use it
in OnGameModeInit
pickup1 = lalala
continuing
pawn Код:
public OnPlayerPickupPickup(playerid,pickupid)
{
if(pickupid == pickup1)
{
SendClientMessage(playerid,COLOR_BLUE,"Cool");
}
return 1;
}
even then not in any way