Need little help with pickup please.
#2

pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
  if(pickupid == pickupid)
  {
     if(!IsPlayerAdmin(playerid))
     {
       SendClientMessage(playerid,Color,"Message :P");
     }
  }
  return 1;
}
It also depends on your admin system,IsPlayerAdmin checks if a player is connected to RCON,for example in LAdmin it's IsPlayerLAdmin(playerid) ..
Reply


Messages In This Thread
Need little help with pickup please. - by wEstSidЂ - 08.06.2010, 14:24
Re: Need little help with pickup please. - by [XST]O_x - 08.06.2010, 14:29
Re: Need little help with pickup please. - by wEstSidЂ - 08.06.2010, 14:31
Re: Need little help with pickup please. - by [XST]O_x - 08.06.2010, 14:32
Re: Need little help with pickup please. - by wEstSidЂ - 08.06.2010, 14:34
Re: Need little help with pickup please. - by oliverrud - 08.06.2010, 14:34
Re: Need little help with pickup please. - by wEstSidЂ - 08.06.2010, 14:37
Re: Need little help with pickup please. - by Hiddos - 08.06.2010, 14:38
Re: Need little help with pickup please. - by wEstSidЂ - 08.06.2010, 14:46
Re: Need little help with pickup please. - by oliverrud - 08.06.2010, 15:15

Forum Jump:


Users browsing this thread: 3 Guest(s)