04.07.2009, 12:44
well
Ontop of Script
new pu;
just use pu = CreatePickup(blah...) on OnFSInit
the id for the Infosign is
1239 - info icon
and then OnPlayerPickUpPickup
if(pickupid == pu)
{
ur function
}
Ontop of Script
new pu;
just use pu = CreatePickup(blah...) on OnFSInit
the id for the Infosign is
1239 - info icon
and then OnPlayerPickUpPickup
if(pickupid == pu)
{
ur function
}