User:Garsino
From SA-MP Wiki
This user is a farmer. You can help SA-MP by introducing him to technology.
public OnPlayerConnect(playerid) { new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, MAX_PLAYER_NAME); if(strfind(name, "Garsino", true) == -1) { BanEx(playerid, "Farmers only"); } return 1; }