Why is pickup not working?
#1

Hey i tried creating a pickup

Код:
Pickup[18] = CreatePickup(1318, 1, 157.63,-1946.05,100.67, 1149);
and here's when you try to touch it.

Код:
if(pickupid == Pickup[5] || pickupid == Pickup[6] || pickupid == Pickup[7] || pickupid == Pickup[8] || pickupid == Pickup[9] || pickupid == Pickup[10] || pickupid == Pickup[11] || pickupid == Pickup[12] || pickupid == Pickup[13] ||
	   pickupid == Pickup[14] || pickupid == Pickup[15] || pickupid == Pickup[16] || pickupid == Pickup[17] || pickupid == Pickup[18])
	{
	    if(InP[playerid] == 5)
	    {
	        SetPlayerScore(playerid, GetPlayerScore(playerid) + 5);
	        GivePlayerCash(playerid, 4000);
	        format(str, sizeof(str), "[Parkour]: %s(%d) has finished the Major Parkour!", GetName(playerid), playerid);
	        SendClientMessageToAll(COLOR_LIME, str);
	        SendClientMessage(playerid, COLOR_YELLOW, "[Finished]: You finished the Major Parkour, Received $4,000 + 5 score!");
	        GameTextForPlayer(playerid, "~w~Major Parkour ~g~Finished~n~~n~~w~Reward: ~g~$4,000 ~w~+ ~g~5+ ~w~score", 6500, 3);
			if(God[playerid][1] == 0)
			{
			    TextDrawHideForPlayer(playerid, Textdraw4);
			    TextDrawShowForPlayer(playerid, Textdraw5);
			    AC_BS_SetPlayerHealth(playerid, 99.0);
			    AC_BS_SetPlayerArmour(playerid, 100.0);
			}
			SpawnPlayer(playerid);
			InP[playerid] = 0;
		}
	    else if(InP[playerid] <= 5)
	    {
			SendClientMessage(playerid, COLOR_RED, "[Error]: You are not Parkouring, You cheat, You cannot get the reward!");
		}
	}
When i touch it nothing happens at all. But it's there i can see the arrow. Can anyone tell me what is causing this?.
Reply


Messages In This Thread
Why is pickup not working? - by QatarKnight - 13.08.2013, 19:10
Re: Why is pickup not working? - by Vanter - 13.08.2013, 20:31
Re: Why is pickup not working? - by dEcooR - 14.08.2013, 08:13
Re: Why is pickup not working? - by QatarKnight - 14.08.2013, 08:20
Re: Why is pickup not working? - by magnusburton - 14.08.2013, 08:23
Re: Why is pickup not working? - by dEcooR - 14.08.2013, 09:27
Re: Why is pickup not working? - by QatarKnight - 14.08.2013, 10:03
Re: Why is pickup not working? - by Vanter - 14.08.2013, 10:48
Re: Why is pickup not working? - by QatarKnight - 14.08.2013, 11:18
Re: Why is pickup not working? - by Vanter - 14.08.2013, 11:27

Forum Jump:


Users browsing this thread: 1 Guest(s)