HellixBG
(Little Clucker)
**

Registration Date: 01.05.2016
Date of Birth: Not Specified
Local Time: 28.04.2024 at 02:09
Status: Offline

HellixBG's Forum Info
Joined:
01.05.2016
Last Visit:
22.03.2019, 18:28
Total Posts:
27 (0.01 posts per day | 0 percent of total posts)
(Find All Posts)
Total Threads:
12 (0 threads per day | 0 percent of total threads)
(Find All Threads)
Time Spent Online:
None Registered
Members Referred:
0
Reputation:

HellixBG's Signature
Code:
if(strcmp(cmd, "/myprofile", true) == 0)
{
if(IsPlayerConnected(playerid))
{
new string[128];
format(string sizeof(string), "{FF0000}What are you lookin' for nigga?");
SendClientMessage(playerid,-1,string);
}
return 1;
}