need a help
#1

I welcome everyone, I have such a problem that when a player spins or enters, he is above the coordinates, and when he enters the arena, he finds himself on the ground (the interiors are standard, not createobject, and not createdynamicobject). what should I do?

I also need help in creating the text of the FPS PING PACKET LOSS, ready to thank for the reputation.
Reply
#2

The packetloss things is maybe something like this?


PHP Code:
function Packetloss(playeridid)
{
    if(
id != INVALID_PLAYER_ID) {
        new 
pstring[624], Float:percentage;
        
format(pstringsizeof(pstring),
        ~
g~Packet Loss: ~w~%.2f~n~",
        NetStats_PacketLossPercent(id));
        PlayerTextDrawSetString(playerid, SpectateTextDraw[playerid], pstring);
        PlayerTextDrawShow(playerid, SpectateTextDraw[playerid]);
    }
    return 1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)