Does not match definition
#1

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    new pname;
  pname = GetPlayerName(playerid);
  SendClientMessageToAll(COLOR_RED,"%s left the fun",pname);
    return 1;
}
gives me tons of errors, i haven't scripted in a few months.
Also these:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SendClientMessageToAll(COLOR_ORANGE,"%s killed %s", killerid, playerid);
  SpawnPlayer(playerid);
    return 1;
}
same errors
Reply


Messages In This Thread
Does not match definition - by (Jeff) - 07.12.2009, 15:46
Re: Does not match definition - by Correlli - 07.12.2009, 15:47
Re: Does not match definition - by (Jeff) - 07.12.2009, 15:48

Forum Jump:


Users browsing this thread: 1 Guest(s)