Hide Player Name
#4

pawn Код:
stock IsPlayerAimingAtPlayer(playerid, targetid)
{
    new Float:x, Float:y, Float:z;
    GetPlayerPos(targetid, x, y, z);
    if (IsPlayerAimingAt(playerid, x, y, z-0.75, 0.25)) return true;
    if (IsPlayerAimingAt(playerid, x, y, z-0.25, 0.25)) return true;
    if (IsPlayerAimingAt(playerid, x, y, z+0.25, 0.25)) return true;
    if (IsPlayerAimingAt(playerid, x, y, z+0.75, 0.25)) return true;
    return false;
}
pawn Код:
public OnGameModeInit()
{
    ShowPlayerMarkers(0);
        return 1;
}
Reply


Messages In This Thread
Hide Player Name - by CaTaLinU - 04.09.2012, 09:58
Re: Hide Player Name - by HuSs3n - 04.09.2012, 10:00
Re: Hide Player Name - by Penki4a - 04.09.2012, 10:22
Re: Hide Player Name - by C00K13M0N$73R - 04.09.2012, 10:25
Re: Hide Player Name - by [MM]RoXoR[FS] - 04.09.2012, 10:29

Forum Jump:


Users browsing this thread: 1 Guest(s)