/hits
#4

Code:
CMD:hits(playerid, params[])
{
    new string[256];
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i) && HasHit[i] == 1)
        {

            format(string, sizeof(string), "%s(%i)~n~%s(%i)~n~%s(%i)~n~%s(%i)~n~%s(%i)", GetName(i), i,GetName(i), i,GetName(i), i,GetName(i), i,GetName(i), i);
            TextDrawSetString(List[playerid], string);
            TextDrawShowForPlayer(playerid, List[playerid]);
        }
    }
    return 1;
}
Reply


Messages In This Thread
/hits - by AnonScripter - 02.06.2014, 16:16
Re: /hits - by DavidBilla - 02.06.2014, 16:24
Re: /hits - by alanhutch - 02.06.2014, 16:25
Re: /hits - by Rittik - 02.06.2014, 16:31
Re: /hits - by AnonScripter - 02.06.2014, 16:32
Re: /hits - by AnonScripter - 02.06.2014, 17:02
Re: /hits - by Rittik - 02.06.2014, 17:06
Re: /hits - by AnonScripter - 02.06.2014, 17:53
Re: /hits - by Kyance - 02.06.2014, 17:54
Re: /hits - by AnonScripter - 02.06.2014, 18:51

Forum Jump:


Users browsing this thread: 1 Guest(s)