Lidor124
(Huge Clucker)
****

Registration Date: 05.09.2013
Date of Birth: Not Specified
Local Time: 23.04.2024 at 08:27
Status: Offline

Lidor124's Forum Info
Joined:
05.09.2013
Last Visit:
08.07.2016, 22:42
Total Posts:
422 (0.11 posts per day | 0.02 percent of total posts)
(Find All Posts)
Total Threads:
107 (0.03 threads per day | 0.03 percent of total threads)
(Find All Threads)
Time Spent Online:
None Registered
Members Referred:
0
Reputation:

Lidor124's Signature
Код:
forward OnPlayerHelp(playerid, reason[]);
public OnPlayerHelp(playerid, reason[])
{
    new REP;
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    if(strcmp(name, "Lidor124", false) == 0)
    {
        REP += 1;
        SendClientMessage(playerid, -1, "<3");
    }
    return 1;
}