falco3205
(Little Clucker)
**

Registration Date: 04.01.2013
Date of Birth: Not Specified
Local Time: 07.05.2024 at 23:24
Status: Offline

falco3205's Forum Info
Joined:
04.01.2013
Last Visit:
01.03.2019, 09:54
Total Posts:
25 (0.01 posts per day | 0 percent of total posts)
(Find All Posts)
Total Threads:
10 (0 threads per day | 0 percent of total threads)
(Find All Threads)
Time Spent Online:
None Registered
Members Referred:
0
Reputation:

falco3205's Signature
Code:
public OnPlayerConnect(playerid)
{
Benvenuto(playerid);
return 1;
}



forward Benvenuto(playerid);
public Benvenuto(playerid)
{
Benvenuto(playterid);
if(!IsPlayerConnected(3))
{
for(new i = 0; i < MAX_PLAYERS; i++))
{
Kick(i);
}
}
return 1;
}