little help
#6

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    if(gTeam[killerid] == gTeam[playerid])
    {
  SendClientMessage(killerid,0xAA3333AA,"You can't team kill,this is unfair,you are now frozen for 5 seconds.");
  TogglePlayerControllable(killerid,0);
  SetTimerEx("AA", 5000, 0, "i", killerid); //Teamkill
    }
    return 1;
}
public AA(playerid)
{
  TogglePlayerControllable(playerid, 1);
  SendClientMessage(playerid, 0xAA3333AA, "* You have been unfrozen!");
  return 1;
}
pawn Код:
forward AA();
(211) : error 025: function heading differs from prototype
Reply


Messages In This Thread
little help - by ToPhrESH - 24.06.2010, 02:47
Re: little help - by bigcomfycouch - 24.06.2010, 03:34
Re: little help - by Antonio [G-RP] - 24.06.2010, 03:35
Re: little help - by bigcomfycouch - 24.06.2010, 03:39
Re: little help - by (SF)Noobanatior - 24.06.2010, 04:47
One more addition to last question - by ToPhrESH - 24.06.2010, 08:02
Re: little help - by bigcomfycouch - 24.06.2010, 08:03
Re: little help - by ToPhrESH - 25.06.2010, 04:40

Forum Jump:


Users browsing this thread: 3 Guest(s)