RajatAsthana
Burgershot Member

Status:
RajatAsthana is Offline
Last Visit:
2022-01-02, 09:51 AM
Reputation:
1
Time Spent Online:
3 Hours, 11 Seconds
DOB:
Not Specified
Discord ID:
671668137095200768
Location:
India
Bio:
Go Ahead Of Others, Love Scripting.
Sex:
Male
Total Posts:
9 (0 posts per day | 0.08 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;

}