Help With OnPlayerPickUpPickup
#1

i got one error, dont know whats wrong with it
Код:
C:\Documents and Settings\Tony\Desktop\ME\samp02Xserverr.win32\lvdm.pwn(1201) : error 010: invalid function or declaration
This what i have done
Код:
public OnPlayerPickUpPickup(playerid, 1239)
{
	if (1239 == infoicon)
	{
 		SendClientMessage(playerid, COLOR_WHITE, "/enterA to enter Agent's House"); // Message the player
	}
	return 1;
}
Reply
#2

OnPlayerPickUpPickup(playerid, 1239)

should be

OnPlayerPickUpPickup(playerid, pickupid)
Reply
#3

Thx, aint i a n00b
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)