Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Simple plugin for SA:MP 0.3.7-R2 server that allows you to adjust online player's count that displayed in the server list

License

Notifications You must be signed in to change notification settings

Abagail/FakeOnline

Repository files navigation

FakeOnline

Simple plugin for SA:MP 0.3.7 server that allows you to adjust online player's count that displayed in the server list

Example

#include <FakeOnline>

public OnSendPlayerCount(count)
{
	return 996 + random(5);
}

About

Simple plugin for SA:MP 0.3.7-R2 server that allows you to adjust online player's count that displayed in the server list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages