How to Fix Warning?
#4

Quote:
Originally Posted by manchestera
Посмотреть сообщение
Код:
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);//Here is line 577
    SetPlayerFacingAngle( playerid, 270 );
    return 1;
}
That should fix it

Edited to include facing angle
Thanks
Reply


Messages In This Thread
How to Fix Warning? - by seanny - 24.10.2011, 15:54
Re: How to Fix Warning? - by manchestera - 24.10.2011, 15:56
Re: How to Fix Warning? - by [L3th4l] - 24.10.2011, 15:58
Re: How to Fix Warning? - by seanny - 24.10.2011, 16:20

Forum Jump:


Users browsing this thread: 1 Guest(s)