victorlus
(Big Clucker)
***

Registration Date: 25.05.2013
Date of Birth: Not Specified
Local Time: 26.04.2024 at 16:40
Status: Offline

victorlus's Forum Info
Joined:
25.05.2013
Last Visit:
06.07.2016, 02:42
Total Posts:
171 (0.04 posts per day | 0.01 percent of total posts)
(Find All Posts)
Total Threads:
52 (0.01 threads per day | 0.02 percent of total threads)
(Find All Threads)
Time Spent Online:
None Registered
Members Referred:
0
Reputation:

victorlus's Signature
Код:
public OnPlayerUpdate(playerid)
{
    new Float:X, Float:Y, Float:Z;
    GetPlayerPos(playerid, X, Y, Z);
    printf("Posicao do Jogador ID[%d], %f, %f, %f", playerid, X, Y, Z);
    return 1;
}