01.04.2013, 17:11
pawn Код:
new String[128], Playername[MAX_PLAYER_NAME], IP[16], Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
GetPlayerName(playerid, Playername, MAX_PLAYER_NAME);
GetPlayerIp(playerid, IP, MAX_PLAYER_NAME);
GetPlayer
format(String, sizeof(String), "PlayerInfo: Name: %s(%d), IP: %s, Location: X: %d Y:%d Z:%d", Playername, IP, X, Y, Z);
SendClientMessage(playerid, -1, String);
return 1
EDIT: If you use ZCMD I will happily type this command up fully including the SSCANF && Zones and everything.