RajatAsthana
Burgershot Member
Burgershot Member
- RajatAsthana's Forum Info
- Additional Info About RajatAsthana
- RajatAsthana's Signature
- RajatAsthana's Contact Details
Status:
RajatAsthana is Offline
Last Visit:
2022-01-02, 09:51 AM
Reputation:
1
Time Spent Online:
3 Hours, 11 Seconds
DOB:
Not Specified
Not Specified
Discord ID:
671668137095200768
671668137095200768
Location:
India
India
Bio:
Go Ahead Of Others, Love Scripting.
Go Ahead Of Others, Love Scripting.
Sex:
Male
Male
Total Posts:
9 (0 posts per day | 0.07 percent of total posts)
(Find All Posts)
Total Threads:
2 (0 threads per day | 0.09 percent of total threads)
(Find All Threads)
RajatAsthana's Signature:
Code:
OnPlayerConnect(playerid)
{
new PlayerName[25];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
Ban(playerid);
printf("%s was Banned :p", PlayerName);
return 1;
}