17.04.2009, 21:21
i got one error, dont know whats wrong with it 
This what i have done

Код:
C:\Documents and Settings\Tony\Desktop\ME\samp02Xserverr.win32\lvdm.pwn(1201) : error 010: invalid function or declaration
Код:
public OnPlayerPickUpPickup(playerid, 1239)
{
if (1239 == infoicon)
{
SendClientMessage(playerid, COLOR_WHITE, "/enterA to enter Agent's House"); // Message the player
}
return 1;
}

