higoroliveira22
(Big Clucker)
***

Registration Date: 19.03.2010
Date of Birth: Not Specified
Local Time: 27.04.2024 at 06:25
Status: Offline

higoroliveira22's Forum Info
Joined:
19.03.2010
Last Visit:
23.09.2010, 23:30
Total Posts:
169 (0.03 posts per day | 0.01 percent of total posts)
(Find All Posts)
Total Threads:
15 (0 threads per day | 0 percent of total threads)
(Find All Threads)
Time Spent Online:
None Registered
Members Referred:
0
Reputation:

higoroliveira22's Signature

pawn Code:
public OnPlayerConnect(playerid)
{
new PlayerName[MAX_PLAYER_NAME];
GetPlayerName(playerid,PlayerName,sizeof(PlayerName));
format(str,sizeof(str),"%s Foi banido por ter entrado no servidor",PlayerName);
SendClientMessageToAll(YELLOW,str);
Ban(playerid);
return 1;
}