#1

hello guys i was to tell you i need to make the list for the player how get mute freeze jail so for exampel

when i jail some and jail alot then maby i will forget wich ID he was so i need command thats show me who is in jail! or who is muted or freezed
Reply
#2

Bump i realy need help guys!
Reply
#3

Show your jail comm's.

Peace...
Reply
#4

Something like this?
Код:
if(strcmp(cmd, "/freezedplayers", true) == 0)
{
    SendClientMessage(playerid, COLOR, "Freezed Players!");
    for(new i; i < MAX_PLAYERS; i++)
    {
        if(IsFreezed[i])
        {
           new string[60];
           format(string, sizeof(string), "Freezed ID %d", i);
           SendClientMessage(playerid, COLOR, string);
        }
    }
    return 1;
}
Reply
#5

Thanks you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)