/fps command
#5

Код:
COMMAND:fps(playerid,params[])
{
        if(sscanf(params, "u", TargetID))
        {
        SendClientMessage(playerid, COLOR_RED, "USAGE: /fps (nick/id)  - Enter a valid Nick / ID");
	return 1;
	}
        new string[128];
        format(string, sizeof(string), "%s (%d) Fps is: %d", PlayerName(TargetID), TargetID, pFPS);
        SendClientMessage(playerid, COLOR_HOTPINK, string);
        return 1;
}
i made this but it shows 1 fps not changes...
Reply


Messages In This Thread
/fps command - by Airman123 - 07.02.2015, 16:40
Re: /fps command - by MicroD - 07.02.2015, 16:47
Re: /fps command - by CalvinC - 07.02.2015, 16:48
Re: /fps command - by Puppy - 07.02.2015, 16:48
Re: /fps command - by Airman123 - 07.02.2015, 16:58
Re: /fps command - by Airman123 - 07.02.2015, 17:06

Forum Jump:


Users browsing this thread: 1 Guest(s)