error help
#1

im getiing "C:\Users\tristan\Documents\My Received Files\test.pwn(215) : error 010: invalid function or declaration"

on this
Код:
public OnPlayerPickUpPickup(playerid, pickupid)

	 if (pickupid == foodshop1)
   {
		PlayerPlaySound(playerid, 1139, 0.0, 0.0, 0.0);
		ShowMenuForPlayer(foodshops, playerid);
		TogglePlayerControllable(playerid, 0);
   }
(line 215)   if (pickupid == foodshop2)
   {
		PlayerPlaySound(playerid, 1139, 0.0, 0.0, 0.0);
		ShowMenuForPlayer(foodshops, playerid);
		TogglePlayerControllable(playerid, 0);
   }
 //return 0;
//}
even tho ive used the same code before.
Reply


Messages In This Thread
error help - by kennyist - 01.11.2009, 18:01
Re: error help - by dice7 - 01.11.2009, 18:05
Re: error help - by kennyist - 01.11.2009, 18:14
Re: error help - by Peter_Corneile - 01.11.2009, 19:10
Re: error help - by kennyist - 01.11.2009, 19:52

Forum Jump:


Users browsing this thread: 1 Guest(s)