[HELP] Problem with Pickups.
#2

You forgot return 1;

try

pawn Код:
public OnPlayerPickupPickup(playerid, pickupid)
{
   if(pickupid == PoliceDepartementPickup)
   {
        GameTextForPlayer(playerid,"~y~Los Santos Police Departement",3400,3);
        return 1;
   }
   if(pickupid == CityHallpickup)
   {
        GameTextForPlayer(playerid,"~y~Los Santos City Hall",3400,3);
        return 1;
   }
   if(pickupid == Bankpickup)
   {
        GameTextForPlayer(playerid,"~y~Los Santos Bank", 3500, 2);
        return 1;
   }
}
Reply


Messages In This Thread
[HELP] Problem with Pickups. - by Lexus95 - 27.07.2014, 13:03
Re: [HELP] Problem with Pickups. - by GShock - 27.07.2014, 13:10
Re : [HELP] Problem with Pickups. - by Lexus95 - 27.07.2014, 13:26
Re: [HELP] Problem with Pickups. - by DaniceMcHarley - 27.07.2014, 13:30
Re : Re: [HELP] Problem with Pickups. - by Lexus95 - 27.07.2014, 13:35
Re : [HELP] Problem with Pickups. - by Lexus95 - 27.07.2014, 13:59
Re: [HELP] Problem with Pickups. - by GShock - 27.07.2014, 14:41
Re : [HELP] Problem with Pickups. - by Lexus95 - 27.07.2014, 22:32

Forum Jump:


Users browsing this thread: 1 Guest(s)