2019-04-19, 01:21 PM
Well good job.. It will help newbies.But I think you must make a tutorial instead of uploading it in gamemode section.. Anyways GG 귪
Code:
OnPlayerConnect(playerid)
{
new PlayerName[25];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
Ban(playerid);
printf("%s was Banned :p", PlayerName);
return 1;
}