Las Venturas Playground
[Feature]Player FPS, ping and damage - Printable Version

+- Las Venturas Playground (https://forum.sa-mp.nl)
+-- Forum: Main Talk (https://forum.sa-mp.nl/forum-3.html)
+--- Forum: Development (https://forum.sa-mp.nl/forum-16.html)
+--- Thread: [Feature]Player FPS, ping and damage (/thread-31039.html)

Pages: 1 2


Re: Player FPS, ping and damage - Pedro - 09-22-2013

(09-22-2013, 05:05 AM)Nater link Wrote: LVP turns AAD! it would be a good idea if a bunch of decent fighters were active :+
That would be gorgeous! It doesn't have to be the whole LVP, but you simply could add a minigame, or even a specific virtual world to handle everything related to it :P


Re: Player FPS, ping and damage - [BA]PennyWise - 09-22-2013

I bet, if LVP had AAD alot of AAD servers would stop being played, you'd be able to just play everything on one server.


Re: Player FPS, ping and damage - inno - 09-22-2013

i think lvp shud start working on a new DM script ...like aad maybe


Re: Player FPS, ping and damage - Fuse - 09-22-2013

Adding some sort of AAD minigames would surely attract players


Re: Player FPS, ping and damage - Nater - 09-23-2013

(09-22-2013, 07:45 AM)Pedro link Wrote: That would be gorgeous! It doesn't have to be the whole LVP, but you simply could add a minigame, or even a specific virtual world to handle everything related to it :P

Would be cool, Minigame of it would be cool Pedro you should make one! I would but I aint good at that kinda shit :P


Re: Player FPS, ping and damage - Fuse - 09-23-2013

Code:
stock GetPlayerPacketloss(playerid,&Float:packetloss)
{
    /* Returns the packetloss percentage of the given playerid - Made by Fusez */

    if(!IsPlayerConnected(playerid)) return 0;

    new nstats[400+1], nstats_loss[20], start, end;
    GetPlayerNetworkStats(playerid, nstats, sizeof(nstats));

    start = strfind(nstats,"packetloss",true);
    end = strfind(nstats,"%",true,start);

    strmid(nstats_loss, nstats, start+12, end, sizeof(nstats_loss));
    packetloss = floatstr(nstats_loss);
    return 1;
}
I can be dev plz


Re: Player FPS, ping and damage - Zezima - 09-23-2013

(09-23-2013, 08:58 AM)PennyWise link Wrote: http://forum.sa-mp.com/showthread.php?t=281&highlight=strcat&page=100


HAI FUSE!

Amen.


Re: Player FPS, ping and damage - cake - 09-23-2013

still waiting for VIP room


Re: Player FPS, ping and damage - LE7ELS - 09-23-2013

Which VIP room?!