13.09.2011, 16:47
Код:
// Command to get the position / Score new Float:X, Float:Y, Float:Z GetPlayerPos(playerid,Z,Y,Z); new string[128]; format(string, sizeof(string), "Score: %i Position %f, %f, %f")",GetPlayerScore(playerid), X, Y, Z); SendClientMessage(playerid, 0xFFFFFFAA, string);