24.10.2011, 15:54
Hello, I am Getting this Warning
What does it mean? and what can it do?
C:\Users\Shaun\Desktop\LSC-RP Custom Version\gamemodes\drp.pwn(577) : warning 202: number of arguments does not match definition
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
PlayerInfo[killerid][pKills]++;
PlayerInfo[playerid][pDeaths]++;
SendClientMessage(playerid,COLOR_LIGHTRED,"(( You have lost 30 minutes if memory, You CAN'T return to the position when you died ...");
SendClientMessage(playerid,COLOR_LIGHTRED,"... Unless told to by either an Admin or Faction Leader ))");
SendClientMessage(playerid,COLOR_WHITE,"[DOCTOR]: Try and not get injured next time.");
SetPlayerPos(playerid, 1176.6326,-1325.5374,14.0309,270.0000);//Here is line 577
return 1;
}