SERVER OWNERS ONLY
Well,99% of the servers didn't use GetPlayerVersion on their GM's,this filterscript will fix the problem with players version.
Code:
#include a_samp
new pVersion[16];
public OnPlayerConnect(playerid)
{
GetPlayerVersion(playerid, pVersion, 16);
if(!strcmp("0.3z R2") && !strcmp("0.3z R3") && !strcmp("0.3z R4"))
{
new pName[MAX_PLAYER_NAME], info[128];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(info, 128, "[SEC]: %s was kicked.[Reason: Fake Version]", pName);
SendClientMessageToAll(0xFF0000FF,info);
Kick(playerid);
}
return 1;
}
Guys,first,this is a simple fix,don't get mad because of it,anyway or anytime this would going to be patched anyway..
Mod Link: FakeVer (urShadow)
Author: urShadow
Version: 0.3z (or any)